From 97faaaa5b04d7d0ffa6bb1aeccf5e4841ab57173 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Wed, 1 Aug 2018 21:23:15 +0200 Subject: [PATCH] Android: Use GNU STL for thread support --- shell/android-studio/app/src/main/jni/Application.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/android-studio/app/src/main/jni/Application.mk b/shell/android-studio/app/src/main/jni/Application.mk index 3ae37891f..061845047 100644 --- a/shell/android-studio/app/src/main/jni/Application.mk +++ b/shell/android-studio/app/src/main/jni/Application.mk @@ -1,4 +1,3 @@ -APP_STL := stlport_static +APP_STL := gnustl_static APP_ABI := armeabi-v7a x86 #mips #NDK_TOOLCHAIN_VERSION := 4.8 -LOCAL_CPPFLAGS += -std=c++11