Aurimas Liutikas | 5c19b54 | 2016-10-11 14:01:36 -0700 | [diff] [blame] | 1 | [Hook Scripts] |
Aurimas Liutikas | cb494a3 | 2016-12-15 15:01:36 -0800 | [diff] [blame] | 2 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |
Philip P. Moltmann | d7cee3c | 2016-10-20 17:09:39 -0700 | [diff] [blame] | 3 | |
Jason Monk | 53b2a73 | 2017-11-10 15:43:17 -0500 | [diff] [blame] | 4 | api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT} |
Jeff Sharkey | abe058c | 2018-03-26 09:38:01 -0600 | [diff] [blame] | 5 | |
| 6 | strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT} |
Mathew Inwood | a10f2e2 | 2018-04-23 16:13:14 +0100 | [diff] [blame] | 7 | |
Paul Duffin | 00537c1 | 2018-11-28 12:22:14 +0000 | [diff] [blame] | 8 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
| 9 | |
| 10 | hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclude.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
Jason Monk | ae7ced2 | 2018-08-22 16:56:58 -0400 | [diff] [blame] | 11 | |
| 12 | ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES} |
Jeff Sharkey | fb7b373 | 2018-08-23 22:01:53 -0600 | [diff] [blame] | 13 | |
| 14 | owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" |
Felipe Leme | 4c192e96 | 2018-09-26 11:07:30 -0700 | [diff] [blame] | 15 | |
| 16 | shell_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/Shell/" |