Merge "Adding recovery image"
diff --git a/core/Makefile b/core/Makefile
index 848f41c..bf8b02b 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -5410,6 +5410,9 @@
 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