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:
parent
cf8d579abc
commit
69247ca223
4 changed files with 15 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue