Home | History | Annotate | Download | only in core

Lines Matching refs:ramdisk

336 # the ramdisk
343 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
359 --ramdisk $(INSTALLED_RAMDISK_TARGET)
398 # can produce a bootimage, though, and emulator targets need the ramdisk
399 # instead. Fake it out by calling the ramdisk the bootimage.
632 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
652 --ramdisk $(recovery_ramdisk)
699 echo Copying baseline ramdisk...
702 echo Modifying ramdisk contents...
1038 $(TARGET_RECOVERY_ROOT_OUT),$(zip_root)/RECOVERY/RAMDISK)
1058 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1122 @# Run fs_config on all the system, boot ramdisk, and recovery ramdisk files in the zip, and save the output
1124 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="BOOT/RAMDISK/" } /^BOOT\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config > $(zip_root)/META/boot_filesystem_config.txt
1125 $(hide) zipinfo -1 $@ | awk 'BEGIN { FS="RECOVERY/RAMDISK/" } /^RECOVERY\/RAMDISK\// {print $$2}' | $(HOST_OUT_EXECUTABLES)/fs_config > $(zip_root)/META/recovery_filesystem_config.txt