summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android/resolve_config.prf
blob: 14749abcc05e4e47fab012b8be3872bd69191541 (plain)
1
2
3
4
5
6
7
8
9
10
load(resolve_config)

!equals(TEMPLATE, aux):!host_build:!single_arch:!java:!singleAndroidAbi:android {
    isEmpty(ANDROID_ABIS): ANDROID_ABIS = $$ALL_ANDROID_ABIS

    ALL_ABIS = $$join(ANDROID_ABIS, _and_)
    CONFIG += $$ALL_ABIS build_all
    addExclusiveBuildsProper($$ALL_ABIS, $$ANDROID_ABIS)
    unset(ALL_ABIS)
}