Android: Readded support for libc++ and use it as the standard STL

This commit is contained in:
Mario Liebisch 2016-07-23 12:57:36 +02:00
parent 757094a25b
commit 3a2e176e59
3 changed files with 28 additions and 3 deletions

View file

@ -1,5 +1,5 @@
NDK_TOOLCHAIN_VERSION := 4.9
APP_PLATFORM := android-9
APP_STL := stlport_shared
APP_STL := c++_shared
APP_ABI := armeabi-v7a
APP_MODULES := sfml-activity sfml-example