diff options
author | 2021-08-04 10:20:47 +0000 | |
---|---|---|
committer | 2021-08-04 10:20:47 +0000 | |
commit | 766f3510e47b3b7cd43b5c1a28dd5a59bbd19176 (patch) | |
tree | 2ea5714fb53aed0dd39aacbf163d832c7f77e3ff /apex/apex_singleton.go | |
parent | 69c6143138615c34ca3c2154397fc216e9df0e71 (diff) | |
parent | 775f9e37c7dc6d1fa92d5e21ded04f8946617a48 (diff) |
Merge "Update error message for new policy." am: bf49705608 am: 775f9e37c7
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1784430
Change-Id: Ib4c443c1eae2dc7f840566455b573f255575f875
Diffstat (limited to 'apex/apex_singleton.go')
-rw-r--r-- | apex/apex_singleton.go | 11 |
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; |