1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/config/mozconfigs/android-x86/nightly Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +. "$topsrcdir/mobile/android/config/mozconfigs/common" 1.5 + 1.6 +ac_add_options --target=i386-linux-android 1.7 + 1.8 +ac_add_options --enable-profiling 1.9 +ac_add_options --disable-elf-hack # --enable-elf-hack conflicts with --enable-profiling 1.10 + 1.11 +ac_add_options --with-branding=mobile/android/branding/official 1.12 + 1.13 +# This will overwrite the default of stripping everything and keep the symbol table. 1.14 +# This is useful for profiling with eideticker. See bug 788680 1.15 +STRIP_FLAGS="--strip-debug" 1.16 + 1.17 +export MOZILLA_OFFICIAL=1 1.18 +export MOZ_TELEMETRY_REPORTING=1 1.19 + 1.20 +. "$topsrcdir/mobile/android/config/mozconfigs/common.override"