Lines Matching refs:bootimage
83 $(hide) echo ro.bootimage.build.date=`date`>>$@
84 $(hide) echo ro.bootimage.build.date.utc=`date +%s`>>$@
85 $(hide) echo ro.bootimage.build.fingerprint="$(BUILD_FINGERPRINT)">>$@
514 .PHONY: bootimage-nodeps
515 bootimage-nodeps: $(MKBOOTIMG) $(BOOT_SIGNER)
529 .PHONY: bootimage-nodeps
530 bootimage-nodeps: $(MKBOOTIMG) $(VBOOT_SIGNER)
543 .PHONY: bootimage-nodeps
544 bootimage-nodeps: $(MKBOOTIMG)
552 # HACK: The top-level targets depend on the bootimage. Not all targets
553 # can produce a bootimage, though, and emulator targets need the ramdisk
554 # instead. Fake it out by calling the ramdisk the bootimage.