|
1 . "$topsrcdir/mobile/android/config/mozconfigs/common" |
|
2 |
|
3 ac_add_options --target=i386-linux-android |
|
4 |
|
5 ac_add_options --enable-profiling |
|
6 ac_add_options --disable-elf-hack # --enable-elf-hack conflicts with --enable-profiling |
|
7 |
|
8 ac_add_options --with-branding=mobile/android/branding/official |
|
9 |
|
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" |
|
13 |
|
14 export MOZILLA_OFFICIAL=1 |
|
15 export MOZ_TELEMETRY_REPORTING=1 |
|
16 |
|
17 . "$topsrcdir/mobile/android/config/mozconfigs/common.override" |