core/Makefile: Add dist-for-goals calls for desktop image.

The desktop image is being built but not appearing in the artifacts.
Add dist-for-goals calls to make them show up in the builder
artifact lists.

Bug: b:349581445
Test: m, manual
Flag: EXEMPT desktop-only tooling
Change-Id: I015dc28871173376c1877e368ea423c9991e1aaf
This commit is contained in:
Alex Klein
2024-07-24 13:23:16 -06:00
parent 3d99e42579
commit 54b93ca0f0

View File

@@ -7884,6 +7884,9 @@ $(PACKED_IMAGE_ARCHIVE_TARGET): $(PACK_IMAGE_TARGET) | $(GZIP)
droidcore-unbundled: $(PACKED_IMAGE_ARCHIVE_TARGET)
$(call dist-for-goals,dist_files,$(PACK_IMAGE_TARGET))
$(call dist-for-goals,dist_files,$(PACKED_IMAGE_ARCHIVE_TARGET))
endif # PACK_DESKTOP_FILESYSTEM_IMAGES
# -----------------------------------------------------------------