commit | 4724f77bca5cafdb3761ce9f1de880b59ccf389a | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Mon Jan 24 15:17:17 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 24 15:17:17 2022 +0000 |
tree | 5df780e6af660cbc3142c2b6c436026d24273538 | |
parent | 7d0f8dd33206eb001a8c2aac1b599251792a1ae3 [diff] | |
parent | 35b69f698de46ec2edb183dd08e3fdff600a94de [diff] |
Merge "Fix initbootimage .PHONY target"
diff --git a/core/main.mk b/core/main.mk index 32ea2da..7e7575f 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -1604,7 +1604,7 @@ bootimage: $(INSTALLED_BOOTIMAGE_TARGET) .PHONY: initbootimage -bootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET) +initbootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET) .PHONY: system_dlkm_image system_dlkm_image: $(INSTALLED_SYSTEM_DLKM_IMAGE_TARGET)