Switch ndk_test from gnustl_static to c++_static

gnustl_static is no longer supported.
This commit is contained in:
Ben Clayton 2020-06-19 12:35:37 +01:00
parent 051c6fed88
commit ca17b723fb

View File

@ -1,5 +1,5 @@
APP_ABI := all APP_ABI := all
APP_BUILD_SCRIPT := Android.mk APP_BUILD_SCRIPT := Android.mk
APP_STL := gnustl_static APP_STL := c++_static
APP_PLATFORM := android-9 APP_PLATFORM := android-9
NDK_TOOLCHAIN_VERSION := 4.9 NDK_TOOLCHAIN_VERSION := 4.9