sdm845-common: Make Android.mk search recursive
Change-Id: I3a05344f949eae581f1f17cc33b1df475d3e6760
This commit is contained in:
parent
d37ea76298
commit
b56fd4bc01
1 changed files with 2 additions and 1 deletions
|
@ -17,5 +17,6 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(filter enchilada fajita,$(TARGET_DEVICE)),)
|
ifneq ($(filter enchilada fajita,$(TARGET_DEVICE)),)
|
||||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
||||||
|
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue