Merge "core/Makefile: Add dist-for-goals calls for desktop image." into main am: 2837b5ec07

Original change: https://android-review.googlesource.com/c/platform/build/+/3191426

Change-Id: I5248fc5d0153a6606e39c5c03473fad7b2fb0976
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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
 
 # -----------------------------------------------------------------