Merge "Add boot*.img to default dist target if PRODUCT_EXPORT_BOOT_IMAGE_TO_DIST" am: 4fe2a45dc7 am: 2f2c110829 am: c06825ad77

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

Change-Id: Ie689812cee0f3476aa2c3df988c70c5d5e241fb9
This commit is contained in:
Yi-yo Chiang
2022-01-17 06:11:19 +00:00
committed by Automerger Merge Worker

View File

@@ -1877,6 +1877,10 @@ else ifeq ($(TARGET_BUILD_UNBUNDLED),$(TARGET_BUILD_UNBUNDLED_IMAGE))
) )
endif endif
ifeq ($(PRODUCT_EXPORT_BOOT_IMAGE_TO_DIST),true)
$(call dist-for-goals, droidcore-unbundled, $(INSTALLED_BOOTIMAGE_TARGET))
endif
ifeq ($(BOARD_USES_RECOVERY_AS_BOOT),true) ifeq ($(BOARD_USES_RECOVERY_AS_BOOT),true)
$(call dist-for-goals, droidcore-unbundled, \ $(call dist-for-goals, droidcore-unbundled, \
$(recovery_ramdisk) \ $(recovery_ramdisk) \