summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2021-08-31 16:49:11 +0100
committer Martin Stjernholm <mast@google.com> 2021-08-31 16:52:15 +0100
commitf1ca127e8af4194872d12799ebef7124c41e6e1a (patch)
treef8b849c8d66191d1001eda3fef092eeaa9807a9e
parent93b4b55ee719427d877828871dd0837b34145d9c (diff)
Mention the tag to use to bypass the AOSP-first check.
Test: `repo upload` with a CL in system/unwinding in an internal branch Change-Id: Ice32cbfbd12737771e5e7abcb590ed4d6b6da9b8
-rwxr-xr-xtools/aosp/aosp_sha.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aosp/aosp_sha.sh b/tools/aosp/aosp_sha.sh
index 3960856f0cf7..d3454222d5e7 100755
--- a/tools/aosp/aosp_sha.sh
+++ b/tools/aosp/aosp_sha.sh
@@ -35,6 +35,7 @@ else
echo
echo "If your change contains no confidential details (such as security fixes), please"
echo "upload and merge this change at https://android-review.googlesource.com/."
+ echo "Else add a tag 'Ignore-AOSP-First:' with the reason to bypass AOSP."
echo
exit 1
fi