summaryrefslogtreecommitdiff
path: root/apex/apex_singleton.go
diff options
context:
space:
mode:
author Mathew Inwood <mathewi@google.com> 2021-08-04 09:59:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-08-04 09:59:33 +0000
commitbf49705608a09c68a243de03dceefb4bff2c343f (patch)
tree08cb2efda0908dec2b1c6771bffa0d9bb11c50e2 /apex/apex_singleton.go
parent03beb0ec77e9727e9e2e5493e388d7ec97a91b92 (diff)
parent768a01160a1c4939784c597ebc5a595a4ec334cd (diff)
Merge "Update error message for new policy."
Diffstat (limited to 'apex/apex_singleton.go')
-rw-r--r--apex/apex_singleton.go11
1 files changed, 9 insertions, 2 deletions
diff --git a/apex/apex_singleton.go b/apex/apex_singleton.go
index 0ed94afdb..9178431fc 100644
--- a/apex/apex_singleton.go
+++ b/apex/apex_singleton.go
@@ -59,8 +59,15 @@ var (
echo "******************************";
echo "Detected changes to allowed dependencies in updatable modules.";
echo "To fix and update packages/modules/common/build/allowed_deps.txt, please run:";
- echo "$$ (croot && packages/modules/common/build/update-apex-allowed-deps.sh)";
- echo "Members of mainline-modularization@google.com will review the changes.";
+ echo -e "$$ (croot && packages/modules/common/build/update-apex-allowed-deps.sh)\n";
+ echo "When submitting the generated CL, you must include the following information";
+ echo "in the commit message if you are adding a new dependency:";
+ echo "Apex-Size-Increase:";
+ echo "Previous-Platform-Support:";
+ echo "Aosp-First:";
+ echo "Test-Info:";
+ echo "You do not need OWNERS approval to submit the change, but mainline-modularization@";
+ echo "will periodically review additions and may require changes.";
echo -e "******************************\n";
exit 1;
fi;