Skip to content

Commit

Permalink
Android: use c++_shared library instead of c++_static
Browse files Browse the repository at this point in the history
MT doesn't launch without that
  • Loading branch information
nerzhul committed Jun 10, 2018
1 parent 057f157 commit 5966e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/android/jni/Deps.mk
@@ -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}
Expand Down

0 comments on commit 5966e89

Please sign in to comment.