Remains
This commit is contained in:
parent
7194b3a107
commit
88665c4613
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
APP_STL := gnustl_shared
|
||||
APP_CPPFLAGS := -std=c++11 -fexceptions -frtti
|
||||
|
||||
ifeq ($(wildcard $(ANDROID_NDK/toolchains/*-4.8)),)
|
||||
ifeq ($(wildcard $(ANDROID_NDK)/toolchains/*-4.8),)
|
||||
NDK_TOOLCHAIN_VERSION := 4.7
|
||||
else
|
||||
NDK_TOOLCHAIN_VERSION := 4.8
|
||||
|
@ -38,4 +38,4 @@ endif
|
|||
ifndef OSMAND_DEBUG_NATIVE
|
||||
# Force release compilation in release optimizations, even if application is debuggable by manifest
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue