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

# Global options
ac_add_options --enable-debug

# Android
ac_add_options --target=i386-linux-android
ac_add_options --with-android-min-sdk=15

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"