Add the list of makefiles that were also included by product config to dumpconfig.
In this entry, the first list of files is the inherit-product stack, and the second one is the list of files included by the file at the top of the stack that just finished processing Test: build/make/ci/dump_product_config Change-Id: I826b1ec6fa1319b8f0cdfaacc6ccf999ce93d9f1
This commit is contained in:
parent
6dfeb795e0
commit
248580cb41
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ endef
|
|||
# Args:
|
||||
# $(1): include stack
|
||||
define dump-import-done
|
||||
$(eval $(file >> $(DUMPCONFIG_FILE),imported,$(strip $(1))))
|
||||
$(eval $(file >> $(DUMPCONFIG_FILE),imported,$(strip $(1)),$(filter-out $(1),$(MAKEFILE_LIST))))
|
||||
endef
|
||||
|
||||
# Args:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue