Android: use C++11

This commit is contained in:
Flyinghead 2018-08-01 20:19:59 +02:00
parent 3c38e824cd
commit 22c05832b8
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
APP_STL := stlport_static
APP_ABI := armeabi-v7a x86 #mips
#NDK_TOOLCHAIN_VERSION := 4.8
LOCAL_CPPFLAGS += -std=c++11