diff options
| author | 2020-07-10 18:57:33 +0000 | |
|---|---|---|
| committer | 2020-07-10 18:57:33 +0000 | |
| commit | b44e8192a0f4586ce529063c57300669cf2f0a13 (patch) | |
| tree | 30628c53c5567e1036704825e8caf70a9eb6d1ed | |
| parent | f75db473e136fd9d9f986c1d7e5373057e13742f (diff) | |
| parent | d774af33eb41580cdd7cac1c2014068ea2acbd9f (diff) | |
Merge "Revert "Temporarily disable checkstyle hook"" into rvc-dev am: d9df6c3024 am: 1d4959b110 am: d774af33eb
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12129283
Change-Id: Ie0bbee2353cd7ca86daab14503e389973af8acd4
| -rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 9b290c6a4760..2fd2e33bbc37 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -12,6 +12,8 @@ clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp services/incremental/ [Hook Scripts] +checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} + strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT} hidden_api_txt_checksorted_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |