02797aa70e
Test: m sbom Test: m dist Bug: 266726655 Change-Id: I6464fa2dc416dea62c5cf688c923d6b496f044f5
11 lines
No EOL
452 B
Makefile
11 lines
No EOL
452 B
Makefile
# For SBOM generation
|
|
# This is included by base_rules.mk and is not necessary to be included in other .mk files
|
|
# unless a .mk file changes its installed file after including base_rules.mk.
|
|
|
|
ifdef my_register_name
|
|
ifneq (, $(strip $(ALL_MODULES.$(my_register_name).INSTALLED)))
|
|
$(foreach installed_file,$(ALL_MODULES.$(my_register_name).INSTALLED),\
|
|
$(eval ALL_INSTALLED_FILES.$(installed_file) := $(my_register_name))\
|
|
)
|
|
endif
|
|
endif |