commit b7b2d5e322acd40b5279054ea8167bb0ab366581 Author: n8fr8 nathan@freitas.net Date: Mon Jul 17 22:18:11 2017 -0400
disable building of bouncer.apk so we can bundle in orfox see: https://bugzilla.mozilla.org/show_bug.cgi?id=1258372
Signed-off-by: Amogh Pradeep amoghbl1@gmail.com --- mobile/android/confvars.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/mobile/android/confvars.sh b/mobile/android/confvars.sh index 8af6925a6dc9..0821a11cfed9 100644 --- a/mobile/android/confvars.sh +++ b/mobile/android/confvars.sh @@ -37,6 +37,8 @@ MOZ_SOCIAL= MOZ_ANDROID_HISTORY=0 MOZ_DISABLE_EXPORT_JS=1
+MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER=0 + # use custom widget for html:select MOZ_USE_NATIVE_POPUP_WINDOWS=1
tor-commits@lists.torproject.org