taimen: Properly include Android.mk's from sub-directories

* LOCAL_PATH wasn't set in this context, so set it.

Change-Id: I340a4f31bab516fc407bd26fbf5f32fcde480fd3
This commit is contained in:
Nolen Johnson
2021-11-11 00:48:35 -05:00
committed by Asriadi Rahim
parent 43589fbd76
commit ac054f18cd

View File

@@ -23,6 +23,8 @@
# *not* include it on all devices, so it is safe even with hardware-specific
# components.
LOCAL_PATH := $(call my-dir)
ifneq ($(filter taimen, $(TARGET_DEVICE)),)
subdir_makefiles=$(call first-makefiles-under,$(LOCAL_PATH))
$(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))