Revert "sdm845-common: Make Android.mk search recursive"
No longer needed.
This reverts commit b56fd4bc01
.
Change-Id: Iae9c4257a98dd4ba47ef9992b1dec133ccc56764
This commit is contained in:
parent
66272c0013
commit
d2345031e0
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter lemonade lemonadep,$(TARGET_DEVICE)),)
|
||||
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
|
||||
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue