diff options
| author | 2018-07-19 14:04:59 -0700 | |
|---|---|---|
| committer | 2018-07-20 13:45:18 -0700 | |
| commit | 595f072f73bfe34c3c047266a5209003182e4879 (patch) | |
| tree | f77db0d3d320a207a8da575dbe7553b3d733fc42 | |
| parent | e022a155861f63d982aae1bd56d9286eac1d667e (diff) | |
Enable Checkstyle for "repo upload" for more projects.
This CL enables Checkstyle for the following directories:
- wifi/
Bug: 28291425
Test: Compilation
Change-Id: Iefdabcc3c5867f392c0bf9925d10ddeb3b334c9f
| -rw-r--r-- | PREUPLOAD.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 1f8ab21783ac..c74516d410b5 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -8,6 +8,7 @@ checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPL services/print/ services/usb/ telephony/ + wifi/ api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT} |