Update Android.mk
This commit is contained in:
parent
440e28dd15
commit
669fbd5ac3
1 changed files with 2 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue