mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Fix matrix dep on kernel configs
Use global instead of rule variables. Test: make a change in kernel configs, existing out files are changed. Change-Id: Ic731356b4533bc10743d3711309ab16de1d3bd78
This commit is contained in:
@@ -86,7 +86,7 @@ endif
|
||||
|
||||
ifneq (,$(strip $(LOCAL_KERNEL_CONFIG_DATA_PATHS)))
|
||||
$(GEN): PRIVATE_KERNEL_CONFIG_DATA_PATHS := $(LOCAL_KERNEL_CONFIG_DATA_PATHS)
|
||||
$(GEN): $(foreach pair,$(PRIVATE_KERNEL_CONFIG_DATA_PATHS),\
|
||||
$(GEN): $(foreach pair,$(LOCAL_KERNEL_CONFIG_DATA_PATHS),\
|
||||
$(wildcard $(call word-colon,2,$(pair))/android-base*.config))
|
||||
$(GEN): PRIVATE_FLAGS += $(foreach pair,$(PRIVATE_KERNEL_CONFIG_DATA_PATHS),\
|
||||
--kernel=$(call word-colon,1,$(pair)):$(call normalize-path-list,\
|
||||
|
||||
Reference in New Issue
Block a user