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