summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android/resolve_config.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/android/resolve_config.prf')
-rw-r--r--mkspecs/features/android/resolve_config.prf10
1 files changed, 10 insertions, 0 deletions
diff --git a/mkspecs/features/android/resolve_config.prf b/mkspecs/features/android/resolve_config.prf
new file mode 100644
index 0000000000..c542017e31
--- /dev/null
+++ b/mkspecs/features/android/resolve_config.prf
@@ -0,0 +1,10 @@
+load(resolve_config)
+
+!host_build:!single_arch:!java: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)
+}