aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-10-24 21:09:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-24 21:09:34 +0000
commit9d192f1c1090a757c9218296457482d2ba737989 (patch)
tree5f25193d5546ab0a5f1abaa424782e7b9d88053b
parent0d4dad46f44d6f4a498a1a8205a4b26ae2e55ac5 (diff)
parentec1b561981ee6dada4399b80d413b6c84a3177bd (diff)
downloadbuild-9d192f1c1090a757c9218296457482d2ba737989.tar.gz
Merge "Add dummy description for GET-INSTALL-PATH"
-rw-r--r--core/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index e20128b86f..15b3c27149 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -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)';))