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} |
Aurimas Liutikas | e5abb86 | 2017-04-28 14:30:26 -0700 | [diff] [blame] | 3 | -fw core/java/android/ |
Siyamed Sinir | 56eed89 | 2018-02-09 11:34:57 -0800 | [diff] [blame] | 4 | graphics/java/android |
Aurimas Liutikas | e5abb86 | 2017-04-28 14:30:26 -0700 | [diff] [blame] | 5 | core/tests/coretests/src/android/ |
Philip P. Moltmann | d7cee3c | 2016-10-20 17:09:39 -0700 | [diff] [blame] | 6 | packages/PrintRecommendationService/ |
| 7 | packages/PrintSpooler/ |
| 8 | services/print/ |
| 9 | services/usb/ |
Jack Yu | 8ee42c2 | 2018-03-22 16:28:13 -0700 | [diff] [blame] | 10 | telephony/ |
Philip P. Moltmann | d7cee3c | 2016-10-20 17:09:39 -0700 | [diff] [blame] | 11 | |
Jason Monk | 53b2a73 | 2017-11-10 15:43:17 -0500 | [diff] [blame] | 12 | 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] | 13 | |
| 14 | 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] | 15 | |
| 16 | hidden_api_txt_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
Jeff Sharkey | 0a9c731 | 2018-08-23 22:01:53 -0600 | [diff] [blame] | 17 | |
| 18 | owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$" |