universal7885: Make Android.mk search recursive

Change-Id: I3a05344f949eae581f1f17cc33b1df475d3e6760
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
Luca Stefani 2018-10-19 17:11:10 +02:00 committed by roynatech2544
commit 98e3af220b
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -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)