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

Commit 15c97067 authored by Cole Faust's avatar Cole Faust
Browse files

Convert `m nothing` to soong

So that it works in soong-only builds.

Fixes: 388095162
Test: m --soong-only nothing
Change-Id: If43409840b105514de217db50655de4bc1ca6f31
parent 0ab4fa12
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1759,10 +1759,6 @@ dump-files:
	@echo $(sort $(patsubst $(PRODUCT_OUT)/%,%,$(filter $(PRODUCT_OUT)/%,$(modules_to_install)))) | tr -s ' ' '\n'
	@echo Successfully dumped product target file list.

.PHONY: nothing
nothing:
	@echo Successfully read the makefiles.

.PHONY: tidy_only
tidy_only:
	@echo Successfully make tidy_only.