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: - mobile/android/fenix/app/build.gradle - mobile/android/geckoview/build.gradle Changes: ===================================== mobile/android/fenix/app/build.gradle ===================================== @@ -197,7 +197,7 @@ android { // manifest.template.json is converted to manifest.json at build time. // No need to package the template in the APK. - ignoreAssetsPattern = "manifest.template.json:omni.ja" + ignoreAssetsPattern = "manifest.template.json" } testOptions { ===================================== mobile/android/geckoview/build.gradle ===================================== @@ -165,6 +165,10 @@ android { singleVariant('debug') } + androidResources { + ignoreAssetsPattern "omni.ja" + } + namespace = 'org.mozilla.geckoview' } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7e723065... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7e723065... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)