summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-09-23 23:02:10 +0200
committerElliott Hughes <enh@google.com>2021-09-23 23:02:10 +0200
commitf393cef86f41a45f1ec87e7efd354c7a829e5a17 (patch)
tree4370e8f54c2a87013f9b91de76bc4dabb4024d50
parentMerge "Add support to use preferred graphics backend" (diff)
downloadandroid_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.tar
android_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.tar.gz
android_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.tar.bz2
android_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.tar.lz
android_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.tar.xz
android_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.tar.zst
android_bootable_recovery-f393cef86f41a45f1ec87e7efd354c7a829e5a17.zip
-rw-r--r--PREUPLOAD.cfg1
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/