mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-13 09:04:55 +00:00
23 lines
621 B
Plaintext
23 lines
621 B
Plaintext
|
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
||
|
|
||
|
# Global options
|
||
|
ac_add_options --enable-debug
|
||
|
|
||
|
# Android
|
||
|
ac_add_options --with-android-min-sdk=9
|
||
|
ac_add_options --with-android-max-sdk=10
|
||
|
ac_add_options --enable-android-resource-constrained
|
||
|
export MOZ_DISABLE_GECKOVIEW=1
|
||
|
|
||
|
ac_add_options --target=arm-linux-androideabi
|
||
|
|
||
|
export MOZILLA_OFFICIAL=1
|
||
|
export MOZ_TELEMETRY_REPORTING=1
|
||
|
|
||
|
ac_add_options --with-branding=mobile/android/branding/official
|
||
|
|
||
|
# Treat warnings as errors (modulo ALLOW_COMPILER_WARNINGS).
|
||
|
ac_add_options --enable-warnings-as-errors
|
||
|
|
||
|
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"
|