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

Commit b84ac93a authored by Muhammad Haseeb Ahmad's avatar Muhammad Haseeb Ahmad Committed by Automerger Merge Worker
Browse files

Merge "Add PHONY target to make haiku-java target" am: d562eb5f am: 2e445876 am: aaa71e0e

Original change: https://android-review.googlesource.com/c/platform/build/+/1948125

Change-Id: Ie76e0acb599d64d528c14ad0af28c084bbaabfab
parents 8a1662d7 aaa71e0e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6293,6 +6293,10 @@ FUZZ_SHARED_DEPS := $(call copy-many-files,$(strip $(FUZZ_TARGET_SHARED_DEPS_INS
haiku: $(SOONG_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_FUZZ_TARGETS)
$(call dist-for-goals,haiku,$(SOONG_FUZZ_PACKAGING_ARCH_MODULES))

.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))

.PHONY: haiku-rust
haiku-rust: $(SOONG_RUST_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_RUST_FUZZ_TARGETS)
$(call dist-for-goals,haiku-rust,$(SOONG_RUST_FUZZ_PACKAGING_ARCH_MODULES))