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 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue