mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 15:59:12 +00:00
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:
committed by
Asriadi Rahim
parent
43589fbd76
commit
ac054f18cd
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user