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 | |
Jeff Sharkey | abe058c | 2018-03-26 09:38:01 -0600 | [diff] [blame] | 4 | strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT} |
Mathew Inwood | e5dc64d | 2018-04-23 16:13:14 +0100 | [diff] [blame] | 5 | |
Paul Duffin | 00537c1 | 2018-11-28 12:22:14 +0000 | [diff] [blame] | 6 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
| 7 | |
| 8 | hidden_api_txt_exclude_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/exclude.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
Jeff Sharkey | 0a9c731 | 2018-08-23 22:01:53 -0600 | [diff] [blame] | 9 | |
Remi NGUYEN VAN | ba47bae | 2019-07-24 15:48:44 +0900 | [diff] [blame] | 10 | ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES} |
| 11 | |
Jeff Sharkey | 0a9c731 | 2018-08-23 22:01:53 -0600 | [diff] [blame] | 12 | 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] | 13 | |
| 14 | shell_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^packages/Shell/" |