aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Haseeb Ahmad <mhahmad@google.com>2022-10-14 20:53:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-10-14 20:53:37 +0000
commit2f07ac4ebaa382ea755225b6b8a5e57d298a10ad (patch)
treedb6a9b217dfd20a05b936d536e7fc08858b25c94
parentb215d93833b64053f471bd5c1f614e476fc746fd (diff)
parente3a8940c1ee057b76c3501271028e55dc7c342b7 (diff)
downloadbuild-2f07ac4ebaa382ea755225b6b8a5e57d298a10ad.tar.gz
Merge "Add make commands for haiku-java-host and haiku-java-device"
-rw-r--r--core/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/core/Makefile b/core/Makefile
index 531eb9811f..b7eb61565e 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -6965,10 +6965,15 @@ haiku: $(SOONG_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_FUZZ_TARGETS)
$(call dist-for-goals,haiku,$(SOONG_FUZZ_PACKAGING_ARCH_MODULES))
$(call dist-for-goals,haiku,$(PRODUCT_OUT)/module-info.json)
-.PHONY: haiku-java
-haiku-java: $(SOONG_JAVA_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_JAVA_FUZZ_TARGETS)
-$(call dist-for-goals,haiku-java,$(SOONG_JAVA_FUZZ_PACKAGING_ARCH_MODULES))
-$(call dist-for-goals,haiku-java,$(PRODUCT_OUT)/module-info.json)
+.PHONY: haiku-java-device
+haiku-java-device: $(SOONG_JAVA_FUZZ_DEVICE_PACKAGING_ARCH_MODULES) $(ALL_JAVA_FUZZ_DEVICE_TARGETS)
+$(call dist-for-goals,haiku-java-device,$(SOONG_JAVA_FUZZ_DEVICE_PACKAGING_ARCH_MODULES))
+$(call dist-for-goals,haiku-java-device,$(PRODUCT_OUT)/module-info.json)
+
+.PHONY: haiku-java-host
+haiku-java-host: $(SOONG_JAVA_FUZZ_HOST_PACKAGING_ARCH_MODULES) $(ALL_JAVA_FUZZ_HOST_TARGETS)
+$(call dist-for-goals,haiku-java-host,$(SOONG_JAVA_FUZZ_HOST_PACKAGING_ARCH_MODULES))
+$(call dist-for-goals,haiku-java-host,$(PRODUCT_OUT)/module-info.json)
.PHONY: haiku-rust
haiku-rust: $(SOONG_RUST_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_RUST_FUZZ_TARGETS)