We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed860af commit 4413f6aCopy full SHA for 4413f6a
.gitignore
@@ -0,0 +1,9 @@
1
+
2
+src/obj/local/arm64-v8a/objs/mem/main.o
3
+src/obj/local/arm64-v8a/objs/mem/main.o.d
4
+*.o
5
+*.d
6
+src/obj/local/armeabi-v7a/mem
7
+src/obj/local/arm64-v8a/mem
8
+src/libs/armeabi-v7a/mem
9
+src/libs/arm64-v8a/mem
src/jni/Application.mk
@@ -1,3 +1,3 @@
-APP_ABI := armeabi-v7a
+APP_ABI := armeabi-v7a arm64-v8a
APP_PLATFORM := android-21
APP_STL := c++_static
0 commit comments