OsmAnd/OsmAnd/jni/Android.mk

13 lines
259 B
Makefile
Raw Normal View History

OSMAND_MAKEFILES := $(all-subdir-makefiles)
# By default, include makefiles only once
include $(OSMAND_MAKEFILES)
2012-03-03 18:10:03 +01:00
# If we may support NEON, include them once more
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
OSMAND_NEON := true
include $(OSMAND_MAKEFILES)
endif