summaryrefslogtreecommitdiff
path: root/akono/build.gradle.kts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-09-24 11:09:55 -0300
committerSebastian <sebasjm@gmail.com>2021-09-24 11:12:29 -0300
commit082420665a58ad898b47e8216484ff6ca4e2bc28 (patch)
tree4eeda3762a65688feeb0ee2604a3a31dce00aade /akono/build.gradle.kts
parent52d468141e3478523c1373f3bc81fd3a4fbfea72 (diff)
downloadakono-082420665a58ad898b47e8216484ff6ca4e2bc28.tar.gz
akono-082420665a58ad898b47e8216484ff6ca4e2bc28.tar.bz2
akono-082420665a58ad898b47e8216484ff6ca4e2bc28.zip
added description about how to build this library
Diffstat (limited to 'akono/build.gradle.kts')
-rw-r--r--akono/build.gradle.kts7
1 files changed, 4 insertions, 3 deletions
diff --git a/akono/build.gradle.kts b/akono/build.gradle.kts
index 7f8d3a2b..8b094f96 100644
--- a/akono/build.gradle.kts
+++ b/akono/build.gradle.kts
@@ -22,9 +22,10 @@ android {
// Tells Gradle to build outputs for the following ABIs and package
// them into your APK.
abiFilters("armeabi-v7a")
- abiFilters("arm64-v8a")
- abiFilters("x86")
- abiFilters("x86_64")
+ // FIXME: uncomment this arch after being able to build it
+ // abiFilters("arm64-v8a")
+ // abiFilters("x86")
+ // abiFilters("x86_64")
}
externalNativeBuild {