summaryrefslogtreecommitdiffstats
path: root/mobile/android/config/mozconfigs/android-api-16/nightly-android-lints
blob: f313e929e32c99c1cf24c0735a842430fec29d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Many things aren't appropriate for a frontend-only build.
MOZ_AUTOMATION_BUILD_SYMBOLS=0
MOZ_AUTOMATION_PACKAGE=0
MOZ_AUTOMATION_UPLOAD=0
MOZ_AUTOMATION_PACKAGE_GENERATED_SOURCES=0

NO_CACHE=1
NO_NDK=1

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

. "$topsrcdir/build/mozconfig.no-compile"

ac_add_options --disable-tests

# From here on, like ../android-api-16/nightly.

# 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

export FENNEC_NIGHTLY=1

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

export MOZILLA_OFFICIAL=1

# mozconfigs/common.override would be here, but it needs to be last in the file.
# End ../android-api-16/nightly.

# Disable Keyfile Loading (and checks) since.
# This overrides the settings in the common android mozconfig
ac_add_options --without-mozilla-api-keyfile
ac_add_options --without-google-location-service-api-keyfile
ac_add_options --without-google-safebrowsing-api-keyfile

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