Skip to content

Commit

Permalink
change to android-boot.img
Browse files Browse the repository at this point in the history
  • Loading branch information
mamenyaka committed Aug 18, 2013
1 parent 5fd3eeb commit 89dfb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custombootimg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $(uncompressed_ramdisk): $(INSTALLED_RAMDISK_TARGET)
INITSH := device/sony/fusion3-common/combinedroot/init.sh
BOOTREC_DEVICE := $(PRODUCT_OUT)/recovery/bootrec-device

INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/android-boot.img
$(INSTALLED_BOOTIMAGE_TARGET): $(PRODUCT_OUT)/kernel $(uncompressed_ramdisk) $(recovery_uncompressed_ramdisk) $(INSTALLED_RAMDISK_TARGET) $(INITSH) $(BOOTREC_DEVICE) $(PRODUCT_OUT)/utilities/busybox $(PRODUCT_OUT)/utilities/extract_elf_ramdisk $(MKBOOTIMG) $(MINIGZIP) $(INTERNAL_BOOTIMAGE_FILES)
$(call pretty,"Boot image: $@")

Expand Down

0 comments on commit 89dfb44

Please sign in to comment.