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

Commit bc20982b authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Add dummy description for GET-INSTALL-PATH"

am: 9d192f1c

* commit '9d192f1c':
  Add dummy description for GET-INSTALL-PATH
parents 471d347b 9d192f1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -504,6 +504,7 @@ NOTICE-TARGET-%: ;
# A helper goal printing out install paths
.PHONY: GET-INSTALL-PATH
GET-INSTALL-PATH:
	@echo "Install paths for modules in $(ONE_SHOT_MAKEFILE):"
	@$(foreach m, $(ALL_MODULES), $(if $(ALL_MODULES.$(m).INSTALLED), \
		echo 'INSTALL-PATH: $(m) $(ALL_MODULES.$(m).INSTALLED)';))