update the build to target all arm types
This commit is contained in:
parent
5ac21be984
commit
5927fb0123
|
@ -1,4 +1,4 @@
|
||||||
APP_ABI := armeabi
|
APP_ABI := armeabi armeabi-v7a arm64-v8a
|
||||||
APP_PLATFORM := android-23
|
APP_PLATFORM := android-23
|
||||||
APP_STL := stlport_static
|
APP_STL := stlport_static
|
||||||
NDK_TOOLCHAIN_VERSION := 4.9
|
NDK_TOOLCHAIN_VERSION := 4.9
|
||||||
|
|
Loading…
Reference in New Issue