summaryrefslogtreecommitdiff
path: root/apex/apex_singleton.go
diff options
context:
space:
mode:
authorHaamed Gheibi <haamed@google.com>2022-02-17 15:24:45 -0800
committerHaamed Gheibi <haamed@google.com>2022-02-22 09:46:40 -0800
commiteb72b43eb91c0982e40d41502e547ef118348cc2 (patch)
treed9846ed8d6dedb39ad41a80cca41fc295d4724fe /apex/apex_singleton.go
parent7943f12f716132a29b244ed6f8713c3937bce7ae (diff)
parentca3328fb3c28ecf5a10a17abda2337ac1733c286 (diff)
Merge SP2A.220305.013
Bug: 220074017 Change-Id: Ia2198b401a3a907c785316e0ef4c00bf27fa59b1
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 98238428e..6faed7011 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;