Skip to content

Commit 995ffde

Browse files
committed
Merge pull request playgameservices#35 from jknightdoeswork/master
made ButtonClicker target abi armeabi-v7a rather than arm64-v8a
2 parents 945e1f3 + 78d52de commit 995ffde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples-android/ButtonClicker/src/main/jni/Application.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
APP_PLATFORM := android-22
2-
#APP_ABI := armeabi-v7a
3-
APP_ABI := arm64-v8a
2+
APP_ABI := armeabi-v7a
43
APP_STL := c++_static
54

65
APP_CPPFLAGS := -std=c++11

0 commit comments

Comments
 (0)