diff options
author | Adrian Roos <roosa@google.com> | 2019-11-01 08:56:27 +0100 |
---|---|---|
committer | Adrian Roos <roosa@google.com> | 2019-11-01 08:56:27 +0100 |
commit | 7bf3cd9de8e002e72879b978382d598ef4e4b07a (patch) | |
tree | 7c49f3f6bb017b59a6f92fbcf59a5393c15faf7b /PREUPLOAD.cfg | |
parent | 2c3b1a1010ea0e9b39e2541e6528b3166153442f (diff) |
API Lint: remove obsolete python linter
Linting is performed by metalava as part of the build now.
Test: n/a
Change-Id: I6223549657912fdf305a17f66f55b97561f7f7ac
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index e731138ff40d..68311176a783 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -1,8 +1,6 @@ [Hook Scripts] checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} -api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${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} |