Home | History | Annotate | Download | only in core

Lines Matching refs:RAMDISK

580 # the ramdisk
585 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
593 .PHONY: ramdisk-nodeps
594 ramdisk-nodeps: $(MKBOOTFS) | $(MINIGZIP)
607 INTERNAL_BOOTIMAGE_ARGS += --ramdisk $(INSTALLED_RAMDISK_TARGET)
722 # can produce a bootimage, though, and emulator targets need the ramdisk
723 # instead. Fake it out by calling the ramdisk the bootimage.
1073 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
1153 --ramdisk $(recovery_ramdisk)
1208 @echo Copying baseline ramdisk...
1213 @echo Modifying ramdisk contents...
2315 $(TARGET_RECOVERY_ROOT_OUT),$(zip_root)/$(PRIVATE_RECOVERY_OUT)/RAMDISK)
2340 $(TARGET_ROOT_OUT),$(zip_root)/BOOT/RAMDISK)
2542 @# Run fs_config on all the system, vendor, boot ramdisk,
2543 @# and recovery ramdisk files in the zip, and save the output
2551 $(hide) $(call fs_config,$(zip_root)/BOOT/RAMDISK,) > $(zip_root)/META/boot_filesystem_config.txt
2553 $(hide) $(call fs_config,$(zip_root)/RECOVERY/RAMDISK,) > $(zip_root)/META/recovery_filesystem_config.txt