mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Make Android.mk search recursive
Change-Id: I3a05344f949eae581f1f17cc33b1df475d3e6760 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
1bbbc011be
commit
98e3af220b
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
ifneq ($(filter a10 a20 a20e a30 a40, $(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)))
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue