Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35b69f69 authored by Devin Moore's avatar Devin Moore
Browse files

Fix initbootimage .PHONY target

This was assigning the INSTALLED_INIT_BOOT_IMAGE_TARGET to bootimage
instead of initbootimage.

Test: m
Bug: 203698939
Change-Id: I5fc6e2296dac8cc35c4d46601fea6ab0ee18fd18
parent 6c38edc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1604,7 +1604,7 @@ superimage_empty: $(INSTALLED_SUPERIMAGE_EMPTY_TARGET)
bootimage: $(INSTALLED_BOOTIMAGE_TARGET)
bootimage: $(INSTALLED_BOOTIMAGE_TARGET)


.PHONY: initbootimage
.PHONY: initbootimage
bootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET)
initbootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET)


ifeq (true,$(PRODUCT_EXPORT_BOOT_IMAGE_TO_DIST))
ifeq (true,$(PRODUCT_EXPORT_BOOT_IMAGE_TO_DIST))
$(call dist-for-goals, bootimage, $(INSTALLED_BOOTIMAGE_TARGET))
$(call dist-for-goals, bootimage, $(INSTALLED_BOOTIMAGE_TARGET))