[tor-commits] [tor-browser] 02/02: fixup! TB3: Tor Browser's official .mozconfigs.

gitolite role git at cupani.torproject.org
Thu Sep 22 10:05:14 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-102.2.0esr-12.0-1
in repository tor-browser.

commit e7e60d23b95fe2affe018858c9f39bb02c87f8be
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Tue Sep 20 10:23:46 2022 +0200

    fixup! TB3: Tor Browser's official .mozconfigs.
    
    Bug 41304: Add a mozconfig to build fat AARs
---
 mozconfig-android-all-dev | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/mozconfig-android-all-dev b/mozconfig-android-all-dev
new file mode 100644
index 000000000000..1d3d612eca97
--- /dev/null
+++ b/mozconfig-android-all-dev
@@ -0,0 +1,16 @@
+export MOZILLA_OFFICIAL=1
+
+ac_add_options --enable-application=mobile/android
+ac_add_options --disable-compile-environment
+
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
+ac_add_options --enable-minify=properties
+
+# You must use the "default" bogus channel for dev builds
+ac_add_options --enable-update-channel=default
+
+ac_add_options --without-wasm-sandboxed-libraries
+ac_add_options --with-tor-browser-version=dev-build
+
+ac_add_options --with-java-bin-path=/usr/lib/jvm/java-11-openjdk-amd64/bin
+ac_add_options --with-android-sdk=$HOME/Android/Sdk

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list