Android NDK: APP_STL stlport_static is no longer supported

This commit is contained in:
Ender's Games 2018-09-19 12:48:57 -04:00
parent 4614f57b1e
commit dba5c767bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
APP_STL := stlport_static
APP_STL := c++_static
APP_ABI := armeabi-v7a x86 #mips
#NDK_TOOLCHAIN_VERSION := 4.8
APP_SHORT_COMMANDS := true