aboutsummaryrefslogtreecommitdiff
path: root/build/android/jni/Deps.mk
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2018-03-11 16:52:53 +0100
committerLoic Blot <loic.blot@unix-experience.fr>2018-03-11 16:52:53 +0100
commit69247ca2233d1b2e77485b8d32aca41c7e525e74 (patch)
tree958e0fb565ad08673f1cb84c20a80ec1dda9cb1c /build/android/jni/Deps.mk
parentcf8d579abc00fee20fb1dfa2e87aaf9dddbee18c (diff)
downloadhax-minetest-server-69247ca2233d1b2e77485b8d32aca41c7e525e74.tar.gz
hax-minetest-server-69247ca2233d1b2e77485b8d32aca41c7e525e74.zip
Android: update tools (gradle, NDK) & prepare to switch to clang
Diffstat (limited to '')
-rw-r--r--build/android/jni/Deps.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/android/jni/Deps.mk b/build/android/jni/Deps.mk
index 36af338b2..cc6e56747 100644
--- a/build/android/jni/Deps.mk
+++ b/build/android/jni/Deps.mk
@@ -1,7 +1,7 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
-APP_STL := gnustl_static
-NDK_TOOLCHAIN_VERSION := 4.9
+APP_STL := c++_shared
+NDK_TOOLCHAIN_VERSION := ${COMPILER_VERSION}
APP_DEPRECATED_HEADERS := true
APP_CLAFGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3