summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-03-19 21:15:35 +0100
committerYves Fischer <yvesf-git@xapek.org>2018-03-19 21:15:35 +0100
commit666ed2ce21411c917beb25c5e9b24b3243ccda14 (patch)
tree988e78c9aec5037fa01492c278d34fda8ca29ca2
parent81d836343ab680aed2fc580d4d6b015045908a55 (diff)
downloadandiodine-fat-product-flavor.tar.gz
andiodine-fat-product-flavor.zip
add "fat" gradle productFlavor configuration for f-droidfat-product-flavor
-rw-r--r--build.gradle5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 6697b78..a5dacd7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,6 +29,11 @@ android {
abiFilters "x86"
}
}
+ fat {
+ ndk {
+ abiFilters "x86", "armeabi"
+ }
+ }
}
externalNativeBuild {
ndkBuild {