[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41092: Use an uncompressed omni.ja to improve final apk compression.
ma1 (@ma1)
git at gitlab.torproject.org
Tue Feb 27 09:00:17 UTC 2024
ma1 pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
5333cc52 by Giorgio Maone at 2024-02-26T20:26:46+00:00
Bug 41092: Use an uncompressed omni.ja to improve final apk compression.
- - - - -
1 changed file:
- projects/browser/build.android
Changes:
=====================================
projects/browser/build.android
=====================================
@@ -35,10 +35,7 @@ unzip ../omni.ja
[% END -%]
[% c('zip', {
zip_src => [ '.' ],
- zip_args => '../assets/omni.ja',
- use_7z => 1,
- '7z_bin' => '7zz',
- '7z_opts' => '-mx9',
+ zip_args => '-0 ../assets/omni.ja',
}) %]
popd
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5333cc52d7c1e0d8a6d9d252a24757f6f66df814
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5333cc52d7c1e0d8a6d9d252a24757f6f66df814
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240227/c922f370/attachment.htm>
More information about the tbb-commits
mailing list