Switch ndk_test from gnustl_static to c++_static
gnustl_static is no longer supported.
This commit is contained in:
parent
051c6fed88
commit
ca17b723fb
@ -1,5 +1,5 @@
|
||||
APP_ABI := all
|
||||
APP_BUILD_SCRIPT := Android.mk
|
||||
APP_STL := gnustl_static
|
||||
APP_STL := c++_static
|
||||
APP_PLATFORM := android-9
|
||||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user