Home | History | Annotate | Download | only in core

Lines Matching refs:ramdisk

443 # the ramdisk
450 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
458 .PHONY: ramdisk-nodeps
459 ramdisk-nodeps: $(MKBOOTFS) | $(MINIGZIP)
470 --ramdisk $(INSTALLED_RAMDISK_TARGET)
541 # can produce a bootimage, though, and emulator targets need the ramdisk
542 # instead. Fake it out by calling the ramdisk the bootimage.
750 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
804 --ramdisk $(recovery_ramdisk)
849 @echo Copying baseline ramdisk...
851 @echo Modifying ramdisk contents...
1345 $(TARGET_RECOVERY_ROOT_OUT),$(zip_root)/RECOVERY/RAMDISK)
1365 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
1441 @# Run fs_config on all the system, vendor, boot ramdisk,
1442 @# and recovery ramdisk files in the zip, and save the output
1445 $(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
1446 $(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