Android: use C++11
This commit is contained in:
parent
3c38e824cd
commit
22c05832b8
|
@ -1,3 +1,4 @@
|
||||||
APP_STL := stlport_static
|
APP_STL := stlport_static
|
||||||
APP_ABI := armeabi-v7a x86 #mips
|
APP_ABI := armeabi-v7a x86 #mips
|
||||||
#NDK_TOOLCHAIN_VERSION := 4.8
|
#NDK_TOOLCHAIN_VERSION := 4.8
|
||||||
|
LOCAL_CPPFLAGS += -std=c++11
|
||||||
|
|
Loading…
Reference in New Issue