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

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

Change-Id: Ib75aeec243d53c8bb49202249f6ec4e5a36600a9
This commit is contained in:
Yi-yo Chiang
2022-01-17 06:02:34 +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) \