Skip to content

Commit

Permalink
Add support for 64-bit architectures (arm64-v8a, mips64, x86_64)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmikos committed Mar 19, 2016
1 parent 4be5d58 commit ac924b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_ABI := armeabi armeabi-v7a mips x86
APP_ABI := armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64
APP_PLATFORM := android-16

0 comments on commit ac924b5

Please sign in to comment.