commit | f4029eb6c3410716ef2e74cd4ab0b7104e3f4acf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jan 06 16:57:45 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 06 16:57:45 2025 -0800 |
tree | 8e59096f5610cfd4bf367da439f7c0ed4ade3e4e | |
parent | f5e6546f4a522beb9c95a7a281ee39d754ff6987 [diff] | |
parent | 15c97067b535203a75ff74e61949df63571612b8 [diff] |
Merge "Convert `m nothing` to soong" into main
diff --git a/core/main.mk b/core/main.mk index 624df49..25580e2 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -1759,10 +1759,6 @@ @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.