1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Android: update tools (gradle, NDK) & prepare to switch to clang

This commit is contained in:
Loic Blot 2018-03-11 16:52:53 +01:00
parent cf8d579abc
commit 69247ca223
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
4 changed files with 15 additions and 7 deletions

View file

@ -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