This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch master in repository builders/tor-browser-build.
The following commit(s) were added to refs/heads/master by this push: new 3bad4a9 fixup! Bug 40446: Update components for mozilla99: geckoview part 3bad4a9 is described below
commit 3bad4a9f8a5750ea021b4cfe1ca5012850627078 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue May 17 12:02:31 2022 +0200
fixup! Bug 40446: Update components for mozilla99: geckoview part
Disable JS minimization also for the merge_aars phase, otherwise addons cannot be installed. --- projects/geckoview/mozconfig-android-all | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/projects/geckoview/mozconfig-android-all b/projects/geckoview/mozconfig-android-all index 1b41181..934b689 100644 --- a/projects/geckoview/mozconfig-android-all +++ b/projects/geckoview/mozconfig-android-all @@ -8,3 +8,6 @@ ac_add_options --enable-update-channel=beta
ac_add_options --with-android-sdk=/var/tmp/dist/android-toolchain/android-sdk-linux ac_add_options --with-gradle=/var/tmp/dist/android-toolchain/gradle/gradle/bin/gradle + +# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568 +ac_add_options --enable-minify=properties