summaryrefslogtreecommitdiff
path: root/build/android/Makefile
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/Makefile
parentcf8d579abc00fee20fb1dfa2e87aaf9dddbee18c (diff)
downloadminetest-69247ca2233d1b2e77485b8d32aca41c7e525e74.tar.gz
minetest-69247ca2233d1b2e77485b8d32aca41c7e525e74.tar.bz2
minetest-69247ca2233d1b2e77485b8d32aca41c7e525e74.zip
Android: update tools (gradle, NDK) & prepare to switch to clang
Diffstat (limited to 'build/android/Makefile')
-rw-r--r--build/android/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/android/Makefile b/build/android/Makefile
index df1b01ae9..24f640a7f 100644
--- a/build/android/Makefile
+++ b/build/android/Makefile
@@ -31,11 +31,11 @@ TARGET_HOST = arm-linux
TARGET_ABI = armeabi-v7a
TARGET_LIBDIR = armeabi-v7a
TARGET_TOOLCHAIN = arm-linux-androideabi-
-TARGET_CFLAGS_ADDON = -mfloat-abi=softfp -mfpu=vfpv3 -O3 -D__ANDROID_API__=$(API)
+TARGET_CFLAGS_ADDON = -mfloat-abi=softfp -mfpu=vfpv3 -O3
TARGET_CXXFLAGS_ADDON = $(TARGET_CFLAGS_ADDON)
TARGET_ARCH = armv7
CROSS_PREFIX = arm-linux-androideabi-
-COMPILER_VERSION = 4.9
+COMPILER_VERSION = clang
HAVE_LEVELDB = 0
################################################################################