Skip to content

Commit 4413f6a

Browse files
committed
Adding ABI ARM64
1 parent ed860af commit 4413f6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
APP_ABI := armeabi-v7a
1+
APP_ABI := armeabi-v7a arm64-v8a
22
APP_PLATFORM := android-21
33
APP_STL := c++_static

0 commit comments

Comments
 (0)