Merge "Adding recovery image"

This commit is contained in:
Daniel Zheng
2023-06-27 16:07:27 +00:00
committed by Gerrit Code Review

View File

@@ -5410,6 +5410,9 @@ endif
ifneq ($(INSTALLED_VENDOR_KERNEL_BOOTIMAGE_TARGET),)
$(hide) echo "flash vendor_kernel_boot" >> $@
endif
ifneq ($(INSTALLED_RECOVERYIMAGE_TARGET),)
$(hide) echo "flash recovery" >> $@
endif
ifeq ($(BOARD_USES_PVMFWIMAGE),true)
$(hide) echo "flash pvmfw" >> $@
endif