mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-12 11:29:14 +00:00
20 lines
497 B
Plaintext
20 lines
497 B
Plaintext
. "$topsrcdir/mobile/android/config/mozconfigs/common"
|
|
|
|
# Global options
|
|
ac_add_options --enable-debug
|
|
|
|
# Android
|
|
ac_add_options --with-android-min-sdk=11
|
|
ac_add_options --target=arm-linux-androideabi
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
export MOZ_TELEMETRY_REPORTING=1
|
|
|
|
ac_add_options --with-branding=mobile/android/branding/beta
|
|
|
|
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
|
ac_add_options --enable-warnings-as-errors
|
|
|
|
. "$topsrcdir/mobile/android/config/mozconfigs/common.override"
|
|
|