[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-152.0a1-16.0-2] fixup! TB 45086: [android] Repack omni.ja file with LZMA



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-152.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • 7e723065
    by Pier Angelo Vendrame at 2026-07-01T17:35:01+02:00
    fixup! TB 45086: [android] Repack omni.ja file with LZMA
    
    TB 45096: Remove uncompressed omni.ja from Geckoview aar.
    

2 changed files:

Changes:

  • mobile/android/fenix/app/build.gradle
    ... ... @@ -197,7 +197,7 @@ android {
    197 197
     
    
    198 198
             // manifest.template.json is converted to manifest.json at build time.
    
    199 199
             // No need to package the template in the APK.
    
    200
    -        ignoreAssetsPattern = "manifest.template.json:omni.ja"
    
    200
    +        ignoreAssetsPattern = "manifest.template.json"
    
    201 201
         }
    
    202 202
     
    
    203 203
         testOptions {
    

  • mobile/android/geckoview/build.gradle
    ... ... @@ -165,6 +165,10 @@ android {
    165 165
             singleVariant('debug')
    
    166 166
         }
    
    167 167
     
    
    168
    +    androidResources {
    
    169
    +        ignoreAssetsPattern "omni.ja"
    
    170
    +    }
    
    171
    +
    
    168 172
         namespace = 'org.mozilla.geckoview'
    
    169 173
     }
    
    170 174
     
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx