Update OsmAnd/jni/Android.mk
This commit is contained in:
parent
cb590daef5
commit
80be6b05a5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
OSMAND_MAKEFILES := $(all-subdir-makefiles) $(call all-makefiles-under,$(call my-dir)/../../../../core/targets/android)
|
OSMAND_MAKEFILES := $(all-subdir-makefiles) $(call all-makefiles-under,$(call my-dir)/../../../core/targets/android)
|
||||||
|
|
||||||
# Protect from previous builds
|
# Protect from previous builds
|
||||||
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
ifneq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||||
|
@ -26,4 +26,4 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue