diff options
author | 2019-11-12 11:20:34 +0800 | |
---|---|---|
committer | 2019-11-12 11:20:34 +0800 | |
commit | 79b8c162bff7ae4f4609cef5cb04b23c10c17c58 (patch) | |
tree | 03920bb99fb7d19c60e2cfd86cda88edcefe4784 | |
parent | f2f561744db9b1bd8e33a9bd483197633de2c47a (diff) |
Remove api_lint_hook to fix rehook issue
The script is removed, remove it to avoid repo upload fail.
Test: repo uplaod
Change-Id: I7f057f60d37e23b03afa3b6673f323f5bafe83e3
Fix: 144319845
-rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index e731138ff..68311176a 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} |