From 0d1b969d1ff0a9cf51c3b7c7b2475ddaf94ae140 Mon Sep 17 00:00:00 2001 From: Daniel Zheng Date: Thu, 22 Jun 2023 14:52:59 -0700 Subject: [PATCH] Adding recovery image adding recovery image to fastboot-info Test: m fastboot_info Change-Id: I65cfb4e3953d94455638002a3ccf442c5ad87a9e --- core/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/Makefile b/core/Makefile index 6dbbef1dd6..72a46f3a51 100644 --- a/core/Makefile +++ b/core/Makefile @@ -5408,6 +5408,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