From 54b93ca0f0151d84f814aebf5561a5ed66246ae6 Mon Sep 17 00:00:00 2001 From: Alex Klein Date: Wed, 24 Jul 2024 13:23:16 -0600 Subject: [PATCH] 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 --- core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/Makefile b/core/Makefile index 7d7b9e7789..fde9981e22 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 # -----------------------------------------------------------------