From 88665c46136f03114780fe589faa2bfdbb8b52e0 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Sun, 4 Aug 2013 12:11:34 +0200 Subject: [PATCH] Remains --- OsmAnd/{ndk-build.sh => full-ndk-build.sh} | 0 OsmAnd/jni/Application.mk | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename OsmAnd/{ndk-build.sh => full-ndk-build.sh} (100%) diff --git a/OsmAnd/ndk-build.sh b/OsmAnd/full-ndk-build.sh similarity index 100% rename from OsmAnd/ndk-build.sh rename to OsmAnd/full-ndk-build.sh diff --git a/OsmAnd/jni/Application.mk b/OsmAnd/jni/Application.mk index 0c575ab5ec..89cae01d03 100755 --- a/OsmAnd/jni/Application.mk +++ b/OsmAnd/jni/Application.mk @@ -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 \ No newline at end of file +endif