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
diff --git a/core/Makefile b/core/Makefile
index 7d7b9e7..fde9981 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -7884,6 +7884,9 @@
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
# -----------------------------------------------------------------