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

Commit 58cea810 authored by Kris Alder's avatar Kris Alder Committed by android-build-merger
Browse files

Merge "rename 'make fuzz' to 'make haiku'" am: fe283c99

am: 6d1974bf

Change-Id: I43b93a7165b1a20c024fea862eb1b3fee96e85c6
parents cf126dfb 6d1974bf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5135,8 +5135,8 @@ FUZZ_SHARED_DEPS := $(call copy-many-files,$(strip $(FUZZ_TARGET_SHARED_DEPS_INS
# target defined in make. MakeVarsContext.DistForGoal doesn't take
# into account that a PHONY rule create by Soong won't be available
# during make, and such will fail with `writing to readonly
# directory`, because kati will see 'fuzz' as being a file, not a
# directory`, because kati will see 'haiku' as being a file, not a
# phony target.
.PHONY: fuzz
fuzz: $(SOONG_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_FUZZ_TARGETS)
$(call dist-for-goals,fuzz,$(SOONG_FUZZ_PACKAGING_ARCH_MODULES))
.PHONY: haiku
haiku: $(SOONG_FUZZ_PACKAGING_ARCH_MODULES) $(ALL_FUZZ_TARGETS)
$(call dist-for-goals,haiku,$(SOONG_FUZZ_PACKAGING_ARCH_MODULES))