[Android] Dropped stlport in favor of libc++ which supports C++11

This commit is contained in:
Jonathan De Wachter 2014-02-27 11:31:10 +01:00
parent a1b0e73ac5
commit 2caec961ee
20 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,5 @@
NDK_TOOLCHAIN_VERSION := 4.8
APP_PLATFORM := android-17
APP_STL := stlport_shared
APP_ABI := armeabi-v7a
APP_STL := c++_shared
APP_ABI := all
APP_MODULES := sfml-activity sfml-example