Update Android.mk

This commit is contained in:
Alexey Pelykh 2013-08-04 22:58:35 +03:00
parent 440e28dd15
commit 669fbd5ac3

View file

@ -5,8 +5,8 @@ $(info OsmAnd root: $(ROOT_PATH))
include $(CLEAR_VARS)
ifdef BUILD_ONLY_OLD_LIB
OSMAND_MAKEFILES := $(all-subdir-makefiles) $(call all-makefiles-under,$(call my-dir)/../../../core/targets/android)
$(info OsmAnd makefiles: $(OSMAND_MAKEFILES))
OSMAND_MAKEFILES := $(call all-subdir-makefiles) $(call all-makefiles-under,$(ROOT_PATH)/core/targets/android)
$(info OsmAnd makefiles: $(OSMAND_MAKEFILES))
else
OSMAND_MAKEFILES := \
$(call all-makefiles-under,$(ROOT_PATH)/core/externals) \