summaryrefslogtreecommitdiffstats
path: root/src/android/templates/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/templates/build.gradle')
-rw-r--r--src/android/templates/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/templates/build.gradle b/src/android/templates/build.gradle
index fd7ce34aa9..7a77517681 100644
--- a/src/android/templates/build.gradle
+++ b/src/android/templates/build.gradle
@@ -73,5 +73,6 @@ android {
resConfig "en"
minSdkVersion qtMinSdkVersion
targetSdkVersion qtTargetSdkVersion
+ ndk.abiFilters = qtTargetAbiList.split(",")
}
}