Update Application.mk
Test compilation
This commit is contained in:
parent
247ae84018
commit
c8db27b248
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
|||
APP_STL := gnustl_shared
|
||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||
|
||||
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.7),)
|
||||
NDK_TOOLCHAIN_VERSION := 4.8
|
||||
else
|
||||
NDK_TOOLCHAIN_VERSION := 4.7
|
||||
endif
|
||||
# ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.7),)
|
||||
# NDK_TOOLCHAIN_VERSION := 4.8
|
||||
# else
|
||||
# NDK_TOOLCHAIN_VERSION := 4.7
|
||||
# endif
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
|
||||
APP_ABI :=
|
||||
ifneq ($(filter x86,$(OSMAND_ARCHITECTURES_SET)),)
|
||||
|
|
Loading…
Reference in a new issue