Skip to content

Commit

Permalink
made ButtonClicker target abi armeabi-v7a rather than arm64-v8a
Browse files Browse the repository at this point in the history
  • Loading branch information
jknightdoeswork committed Apr 13, 2016
1 parent 945e1f3 commit 78d52de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples-android/ButtonClicker/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
APP_PLATFORM := android-22
#APP_ABI := armeabi-v7a
APP_ABI := arm64-v8a
APP_ABI := armeabi-v7a
APP_STL := c++_static

APP_CPPFLAGS := -std=c++11
Expand Down

0 comments on commit 78d52de

Please sign in to comment.