Android: Use GNU STL for thread support
This commit is contained in:
parent
ec2ac75839
commit
97faaaa5b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue