diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-09-24 00:26:00 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-09-24 00:26:00 +0200 |
commit | 026eb31f8061931abe1fa9ebb38a169dfe3adfd1 (patch) | |
tree | 20a1aabaa503be8732e991f2d84a001397370324 | |
parent | Merge "Remove enh from OWNERS." (diff) | |
parent | Warn on `repo upload` if you're not uploading to AOSP master. (diff) | |
download | android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.tar android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.tar.gz android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.tar.bz2 android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.tar.lz android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.tar.xz android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.tar.zst android_bootable_recovery-026eb31f8061931abe1fa9ebb38a169dfe3adfd1.zip |
-rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 28aa06f45..023d48b93 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -6,5 +6,6 @@ clang_format = true clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp [Hook Scripts] +aosp_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "." checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} --file_whitelist tools/ updater_sample/ |