Fix NDK r10e
This commit is contained in:
parent
f3e0472bcf
commit
5f19caf3c0
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ APP_STL := gnustl_shared
|
||||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||||
APP_SHORT_COMMANDS := true
|
APP_SHORT_COMMANDS := true
|
||||||
|
|
||||||
|
# Specify least supported Android platform version
|
||||||
|
APP_PLATFORM := android-9
|
||||||
|
|
||||||
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.7),)
|
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.7),)
|
||||||
NDK_TOOLCHAIN_VERSION := 4.8
|
NDK_TOOLCHAIN_VERSION := 4.8
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue