This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.3.0esr-12.0-2 in repository tor-browser.
commit fbe4ac7178a06bbd0a6a166e87e45c6694259c45 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Thu Oct 13 14:45:08 2022 +0200
fixup! TB3: Tor Browser's official .mozconfigs. --- mozconfig-android-all | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mozconfig-android-all b/mozconfig-android-all index 24ce81ac88da..0f6a675d591f 100644 --- a/mozconfig-android-all +++ b/mozconfig-android-all @@ -10,14 +10,13 @@ if test -n "$LOCAL_DEV_BUILD"; then # 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 else # We want to have a similar fat .aar versioning as Mozilla and make it clear # we are on the beta channel for GeckoView ac_add_options --enable-update-channel=beta fi
-ac_add_options --with-tor-browser-version=dev-build - ac_add_options --with-java-bin-path=$JAVA_HOME/bin ac_add_options --with-android-sdk=$ANDROID_HOME ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle