1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-29 12:15:18 +01:00

Android: Update build system for ndk-r15x

Add workarounds for ndk-r16.
This commit is contained in:
stujones11
2017-11-15 19:52:19 +00:00
committed by paramat
parent 2174298ffa
commit 2507d32afe
6 changed files with 63 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := gnustl_static
NDK_TOOLCHAIN_VERSION := 4.9
APP_DEPRECATED_HEADERS := true
APP_CLAFGS += -mfloat-abi=softfp -mfpu=vfpv3 -O3
APP_CPPFLAGS += -fexceptions