summaryrefslogtreecommitdiffstats
path: root/mobile/android/config/mozconfigs/android-api-15/debug
blob: 90093edcb023c9fc0271de2e99b53596286d3ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
. "$topsrcdir/mobile/android/config/mozconfigs/common"

# Global options
ac_add_options --enable-debug
ENABLE_MARIONETTE=1

# Android
ac_add_options --with-android-min-sdk=15
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

. "$topsrcdir/mobile/android/config/mozconfigs/common.override"