[tbb-commits] [tor-browser/tor-browser-52.7.2esr-8.0-1] add distribution directory and options settings
gk at torproject.org
gk at torproject.org
Tue Mar 20 11:26:34 UTC 2018
commit 0386bede269ce05d7155fc3b0d8b36e0539b6f78
Author: n8fr8 <nathan at freitas.net>
Date: Mon Jul 17 21:59:42 2017 -0400
add distribution directory and options settings
Signed-off-by: Amogh Pradeep <amoghbl1 at gmail.com>
---
.mozconfig-orfox | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mozconfig-orfox b/.mozconfig-orfox
index 4b7a40f81123..1db4bd923cd1 100755
--- a/.mozconfig-orfox
+++ b/.mozconfig-orfox
@@ -9,13 +9,14 @@ ac_add_options --enable-application=mobile/android
ac_add_options --target=arm-linux-androideabi
ac_add_options --with-android-ndk="$NDK_BASE" #Enter the android ndk location(ndk r10e)
ac_add_options --with-android-sdk="$SDK_BASE" #Enter the android sdk location
+ac_add_options --with-branding=mobile/android/branding/orfox
+ac_add_options --with-android-distribution-directory=mobile/android/orfox/distribution
#enable ccache to set amount of cache assigned for build.
ac_add_options --with-ccache
ac_add_options --enable-optimize
#ac_add_options --enable-official-branding
-ac_add_options --with-branding=mobile/android/branding/orfox
##ac_add_options --enable-tor-browser-update
##ac_add_options --enable-update-packaging
ac_add_options --enable-signmar
More information about the tbb-commits
mailing list