diff options
author | Mathew Inwood <mathewi@google.com> | 2018-04-24 16:32:17 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-04-24 16:32:17 +0000 |
commit | 02033386c23a80e723ef9e10c0d923298b215e20 (patch) | |
tree | c927938e73400a056f42d05f4c0584e63299818c /PREUPLOAD.cfg | |
parent | d6afc52a9c3605a6839553c58ddc01fabed91e8e (diff) | |
parent | e5dc64d4281dd9f38c2b585202e26ae4278fcfc5 (diff) |
Merge "Add presubmit hook for hidden API lists." into pi-dev
Diffstat (limited to 'PREUPLOAD.cfg')
-rw-r--r-- | PREUPLOAD.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PREUPLOAD.cfg b/PREUPLOAD.cfg index 6c3951da3883..de4e7bd42cbc 100644 --- a/PREUPLOAD.cfg +++ b/PREUPLOAD.cfg @@ -11,3 +11,5 @@ checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPL 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_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |