Verified Commit d23c9e12 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Base Browser's .mozconfigs.

Bug 41890: Let tor-browser-build set the update channel it prefers.

Forgot to update the mozconfig-android-all in the previous commit.
parent f6a44953
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -11,10 +11,6 @@ if test -n "$LOCAL_DEV_BUILD"; then
    ac_add_options --enable-update-channel=default
    ac_add_options --without-wasm-sandboxed-libraries
    ac_add_options --with-base-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-java-bin-path=$JAVA_HOME/bin