Android: use c++_shared library instead of c++_static

MT doesn't launch without that
This commit is contained in:
Loic Blot 2018-06-10 17:46:47 +02:00
parent 057f1574cb
commit 5966e897e4
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_shared
NDK_TOOLCHAIN_VERSION := ${COMPILER_VERSION}
APP_DEPRECATED_HEADERS := true
APP_CFLAGS += ${TARGET_CFLAGS_ADDON}