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

# Android
# Warning: Before increasing the with-android-min-sdk value, please note several places in and out
# of tree have to be changed. Otherwise, places like Treeherder or archive.mozilla.org will
# advertise a bad API level. This may confuse people. As an example, please look at bug 1384482.
# If you think you can't handle the whole set of changes, please reach out to the Release
# Engineering team.
ac_add_options --with-android-min-sdk=16
ac_add_options --target=arm-linux-androideabi

ac_add_options --with-branding=mobile/android/branding/nightly

export FENNEC_NIGHTLY=1

export MOZILLA_OFFICIAL=1

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