Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 . "$topsrcdir/mobile/android/config/mozconfigs/common"
3 ac_add_options --target=i386-linux-android
5 ac_add_options --enable-profiling
6 ac_add_options --disable-elf-hack # --enable-elf-hack conflicts with --enable-profiling
8 ac_add_options --with-branding=mobile/android/branding/official
10 # This will overwrite the default of stripping everything and keep the symbol table.
11 # This is useful for profiling with eideticker. See bug 788680
12 STRIP_FLAGS="--strip-debug"
14 export MOZILLA_OFFICIAL=1
15 export MOZ_TELEMETRY_REPORTING=1
17 . "$topsrcdir/mobile/android/config/mozconfigs/common.override"