|
1 . "$topsrcdir/mobile/android/config/mozconfigs/common" |
|
2 |
|
3 # L10n |
|
4 ac_add_options --with-l10n-base=.. |
|
5 |
|
6 # Global options |
|
7 ac_add_options --disable-tests |
|
8 |
|
9 # Mozilla-Central nightlies only since this has a cost in performance |
|
10 ac_add_options --enable-js-diagnostics |
|
11 |
|
12 # Android |
|
13 ac_add_options --target=arm-linux-androideabi |
|
14 ac_add_options --with-arch=armv6 |
|
15 |
|
16 ac_add_options --enable-updater |
|
17 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} |
|
18 |
|
19 export MOZILLA_OFFICIAL=1 |
|
20 export MOZ_PKG_SPECIAL=armv6 |
|
21 export MOZ_DISABLE_GECKOVIEW=1 |
|
22 |
|
23 ac_add_options --with-branding=mobile/android/branding/official |
|
24 |
|
25 . "$topsrcdir/mobile/android/config/mozconfigs/common.override" |