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