diff options
| author | 2020-07-09 22:51:44 +0000 | |
|---|---|---|
| committer | 2020-07-09 22:51:44 +0000 | |
| commit | b9caacda84c0fb882053e1d5eee9674865a0ed66 (patch) | |
| tree | 19c5994fea65533b16e61091947ea598f51bfa8a | |
| parent | d9ca8a3aa9f39d5870c4a526e8931da41ccd18f2 (diff) | |
| parent | a65a36bfb5e1e3a40a64bc0d4ce4c79160ce1475 (diff) | |
Merge "Temporarily disable checkstyle hook" into rvc-dev am: 17f8a7e553 am: a65a36bfb5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12121346
Change-Id: Id69f5c17d9878a62f850f2abb72f2402c5f975e2
| -rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 2fd2e33bbc37..9b290c6a4760 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -12,8 +12,6 @@ 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} |