More non-module targets.

Bug: 68860345
Bug: 151177513
Bug: 151953481
Bug: 213388645
Bug: 210912771

Test: m alllicensemetadata reportmissinglicenses
Change-Id: Ifc4e3504edf3f48068ae88fe36c9f7660018dd5a
This commit is contained in:
Bob Badour
2022-03-10 11:31:07 -08:00
parent 2684184530
commit e9bdbc59f1
2 changed files with 4 additions and 0 deletions

View File

@@ -782,6 +782,8 @@ $(INSTALLED_FILES_FILE_ROOT) : $(INTERNAL_ROOT_FILES) $(FILESLIST) $(FILESLIST_U
$(FILESLIST) $(TARGET_ROOT_OUT) > $(@:.txt=.json)
$(FILESLIST_UTIL) -c $(@:.txt=.json) > $@
$(call declare-0p-target,$(INSTALLED_FILES_FILE_ROOT))
ifeq ($(HOST_OS),linux)
$(call dist-for-goals, sdk sdk_addon, $(INSTALLED_FILES_FILE_ROOT))
endif

View File

@@ -128,6 +128,8 @@ endif
cat $(file) >> $$@;\
fi;)
$(hide) echo "# end of file" >> $$@
$(call declare-0p-target,$(2))
endef
# -----------------------------------------------------------------