Skip to content

Commit

Permalink
Merge pull request #31 from ut11/master
Browse files Browse the repository at this point in the history
add arm64-v8a ABI support
  • Loading branch information
joshjdevl authored Sep 9, 2016
2 parents c7b3dc7 + 1d49c25 commit e89cb1d
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,3 +1,3 @@
APP_STL := stlport_static

APP_ABI := armeabi armeabi-v7a mips x86 x86_64
APP_ABI := armeabi armeabi-v7a mips x86 x86_64 arm64-v8a

0 comments on commit e89cb1d

Please sign in to comment.