Update Application.mk
This commit is contained in:
parent
4745da281b
commit
16180bb206
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
APP_STL := gnustl_shared
|
APP_STL := gnustl_shared
|
||||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||||
|
|
||||||
# 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
|
||||||
# NDK_TOOLCHAIN_VERSION := 4.7
|
NDK_TOOLCHAIN_VERSION := 4.7
|
||||||
# endif
|
endif
|
||||||
NDK_TOOLCHAIN_VERSION := clang3.3
|
|
||||||
|
|
||||||
|
|
||||||
APP_ABI :=
|
APP_ABI :=
|
||||||
|
|
Loading…
Reference in a new issue