Switch ndk_test from gnustl_static to c++_static
authorBen Clayton <bclayton@google.com>
Fri, 19 Jun 2020 11:35:37 +0000 (12:35 +0100)
committerBen Clayton <bclayton@google.com>
Fri, 19 Jun 2020 11:35:57 +0000 (12:35 +0100)
gnustl_static is no longer supported.

ndk_test/jni/Application.mk

index d7ccd34..4e66465 100644 (file)
@@ -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