mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-02-01 04:18:51 +00:00
RMX3031: Make Android.mk search recursive
Signed-off-by: ManshuTyagi <himanshut567@gmail.com> Change-Id: I475ac1fe1aee1a42e5b292ac142011ae4313c2f4
This commit is contained in:
committed by
ManshuTyagi
parent
5e0b67a3d5
commit
dfb027e5fe
@@ -18,7 +18,8 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifeq ($(TARGET_DEVICE),RMX3031)
|
||||
|
||||
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)))
|
||||
|
||||
VENDOR_SYMLINKS := \
|
||||
$(TARGET_OUT_VENDOR)/lib \
|
||||
|
||||
Reference in New Issue
Block a user