Android: Use GNU STL for thread support

This commit is contained in:
Flyinghead 2018-08-01 21:23:15 +02:00
parent ec2ac75839
commit 97faaaa5b0
1 changed files with 1 additions and 2 deletions

View File

@ -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