Skip to content

Commit

Permalink
Merge pull request #35 from jknightdoeswork/master
Browse files Browse the repository at this point in the history
made ButtonClicker target abi armeabi-v7a rather than arm64-v8a
  • Loading branch information
claywilkinson committed Apr 18, 2016
2 parents 945e1f3 + 78d52de commit 995ffde
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 995ffde

Please sign in to comment.