[tor-commits] [tor-browser/tor-browser-52.7.2esr-8.0-1] add support for a distribution directory (for bundling add-ons)

gk at torproject.org gk at torproject.org
Tue Mar 20 11:26:34 UTC 2018


commit 70f793f8fcbd996488b70edb45d8b3c76d856830
Author: n8fr8 <nathan at freitas.net>
Date:   Mon Jul 17 22:19:06 2017 -0400

    add support for a distribution directory (for bundling add-ons)
    
    Signed-off-by: Amogh Pradeep <amoghbl1 at gmail.com>
---
 .mozconfig-orfox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mozconfig-orfox b/.mozconfig-orfox
index 1db4bd923cd1..8ac842ffd116 100755
--- a/.mozconfig-orfox
+++ b/.mozconfig-orfox
@@ -10,7 +10,7 @@ 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
+ac_add_options --with-android-distribution-directory=@TOPSRCDIR@/mobile/android/orfox/distribution
 
 #enable ccache to set amount of cache assigned for build.
 ac_add_options --with-ccache





More information about the tor-commits mailing list