commit | 9d192f1c1090a757c9218296457482d2ba737989 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Oct 24 21:09:34 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Oct 24 21:09:34 2015 +0000 |
tree | 5f25193d5546ab0a5f1abaa424782e7b9d88053b | |
parent | 0d4dad46f44d6f4a498a1a8205a4b26ae2e55ac5 [diff] | |
parent | ec1b561981ee6dada4399b80d413b6c84a3177bd [diff] |
Merge "Add dummy description for GET-INSTALL-PATH"
diff --git a/core/main.mk b/core/main.mk index e20128b..15b3c27 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -504,6 +504,7 @@ # 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)';))