Lines Matching refs:RECOVERY
332 INSTALLED_RECOVERYIMAGE_TARGET := $(PRODUCT_OUT)/recovery.img
645 # We build recovery as boot image if BOARD_USES_RECOVERY_AS_BOOT is true.
932 # These options tell the recovery updater/installer how to mount the partitions writebale.
1053 # Recovery image
1055 # Recovery image exists if we are building recovery, or building recovery as boot.
1061 recovery_initrc := $(call include-path-for, recovery)/etc/init.rc
1068 # Passed into rsync from non-recovery root to recovery root, to avoid overwriting recovery-specific
1072 recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system
1073 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
1078 recovery_resources_common := $(call include-path-for, recovery)/res
1099 # its private recovery resources.
1102 recovery_font := $(call include-path-for, recovery)/fonts/18x32.png
1104 recovery_font := $(call include-path-for, recovery)/fonts/12x22.png
1108 TARGET_PRIVATE_RES_DIRS := $(wildcard $(TARGET_DEVICE_DIR)/recovery/res)
1115 recovery_fstab := $(strip $(wildcard $(TARGET_DEVICE_DIR)/recovery.fstab))
1124 # boot.img + recovery-from-boot.p + recovery-resource.dat = recovery.img.
1125 # recovery-resource.dat is needed only if we carry a patch of the boot and
1126 # recovery images and invoke install-recovery.sh on the first boot post an
1130 # a) We carry a full copy of the recovery image
1132 # b) We build a single image that contains boot and recovery both
1137 RECOVERY_RESOURCE_ZIP := $(TARGET_OUT)/etc/recovery-resource.dat
1143 $(info No private recovery resources for TARGET_DEVICE $(TARGET_DEVICE))
1147 $(info No recovery.fstab for TARGET_DEVICE $(TARGET_DEVICE))
1172 # recovery binary.
1184 RECOVERYIMAGE_ID_FILE := $(PRODUCT_OUT)/recovery.id
1205 @echo ----- Making recovery image ------
1211 # Copy adbd from system/bin to recovery/root/sbin
1218 $(hide) cp $(TARGET_ROOT_OUT)/init.recovery.*.rc $(TARGET_RECOVERY_ROOT_OUT)/ || true # Ignore error when the src file doesn't exist.
1226 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.fstab)
1228 $(hide) cp -f $(recovery_wipe) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.wipe)
1250 $(BOOT_SIGNER) /recovery $(1) $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).pk8 $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_VERITY_SIGNING_KEY).x509.pem $(1)\
1264 @echo ----- Made recovery image: $(1) --------
1290 $(call pretty,"Target boot image from recovery: $@")
1428 # The system partition needs room for the recovery image as well. We
1429 # now store the recovery image as a binary patch using the boot image
1441 @echo "Construct recovery from boot"
2253 # If we are using recovery as boot, output recovery files to BOOT/.
2257 $(BUILT_TARGET_FILES_PACKAGE): PRIVATE_RECOVERY_OUT := RECOVERY
2312 @# Components of the recovery image
2342 @# If we are using recovery as boot, this is already done when processing recovery.
2543 @# and recovery ramdisk files in the zip, and save the output
2553 $(hide) $(call fs_config,$(zip_root)/RECOVERY/RAMDISK,) > $(zip_root)/META/recovery_filesystem_config.txt