Lines Matching refs:ramdisk
373 # the ramdisk
380 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
388 .PHONY: ramdisk-nodeps
389 ramdisk-nodeps: $(MKBOOTFS) | $(MINIGZIP)
400 --ramdisk $(INSTALLED_RAMDISK_TARGET)
451 # can produce a bootimage, though, and emulator targets need the ramdisk
452 # instead. Fake it out by calling the ramdisk the bootimage.
633 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
670 --ramdisk $(recovery_ramdisk)
715 @echo Copying baseline ramdisk...
717 @echo Modifying ramdisk contents...
1187 $(TARGET_RECOVERY_ROOT_OUT),$(zip_root)/RECOVERY/RAMDISK)
1207 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1271 @# Run fs_config on all the system, boot ramdisk, and recovery ramdisk files in the zip, and save the output
1273 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="BOOT/RAMDISK/" } /^BOOT\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config -C -S $(SELINUX_FC) > $(zip_root)/META/boot_filesystem_config.txt
1274 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="RECOVERY/RAMDISK/" } /^RECOVERY\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config -C -S $(SELINUX_FC) > $(zip_root)/META/recovery_filesystem_config.txt