summaryrefslogtreecommitdiff
path: root/akono
diff options
context:
space:
mode:
Diffstat (limited to 'akono')
-rw-r--r--akono/.classpath6
-rw-r--r--akono/.project34
-rw-r--r--akono/.settings/org.eclipse.buildship.core.prefs2
-rw-r--r--akono/build.gradle.kts7
4 files changed, 46 insertions, 3 deletions
diff --git a/akono/.classpath b/akono/.classpath
new file mode 100644
index 00000000..4a04201c
--- /dev/null
+++ b/akono/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
+ <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
+ <classpathentry kind="output" path="bin/default"/>
+</classpath>
diff --git a/akono/.project b/akono/.project
new file mode 100644
index 00000000..2c7e6ba3
--- /dev/null
+++ b/akono/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>akono-akono</name>
+ <comment>Project akono-akono created by Buildship.</comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1632335668892</id>
+ <name></name>
+ <type>30</type>
+ <matcher>
+ <id>org.eclipse.core.resources.regexFilterMatcher</id>
+ <arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
+</projectDescription>
diff --git a/akono/.settings/org.eclipse.buildship.core.prefs b/akono/.settings/org.eclipse.buildship.core.prefs
new file mode 100644
index 00000000..b1886adb
--- /dev/null
+++ b/akono/.settings/org.eclipse.buildship.core.prefs
@@ -0,0 +1,2 @@
+connection.project.dir=..
+eclipse.preferences.version=1
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 {