-1:000000000000 | 0:41b11d91b629 |
---|---|
1 . "$topsrcdir/mobile/android/config/mozconfigs/common" | |
2 | |
3 ac_add_options --target=arm-linux-androideabi | |
4 ac_add_options --with-arch=armv6 | |
5 | |
6 export MOZ_PKG_SPECIAL=armv6 | |
7 | |
8 ac_add_options --with-branding=mobile/android/branding/official | |
9 | |
10 ac_add_options --enable-updater | |
11 | |
12 export MOZILLA_OFFICIAL=1 | |
13 export MOZ_TELEMETRY_REPORTING=1 | |
14 | |
15 ac_add_options --enable-official-branding | |
16 | |
17 . "$topsrcdir/mobile/android/config/mozconfigs/common.override" |