From dba5c767bbc840bf0a3577f00a4d02680a2d4dd7 Mon Sep 17 00:00:00 2001 From: Ender's Games Date: Wed, 19 Sep 2018 12:48:57 -0400 Subject: [PATCH] Android NDK: APP_STL stlport_static is no longer supported --- shell/android-studio/reicast/src/main/jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/android-studio/reicast/src/main/jni/Application.mk b/shell/android-studio/reicast/src/main/jni/Application.mk index 38a20f2ec..46b44ed73 100644 --- a/shell/android-studio/reicast/src/main/jni/Application.mk +++ b/shell/android-studio/reicast/src/main/jni/Application.mk @@ -1,4 +1,4 @@ -APP_STL := stlport_static +APP_STL := c++_static APP_ABI := armeabi-v7a x86 #mips #NDK_TOOLCHAIN_VERSION := 4.8 APP_SHORT_COMMANDS := true \ No newline at end of file