blob: 07b0ae10fd55172a77a4227e841afe90a2eb4ad5 [file] [log] [blame]
Aurimas Liutikas5c19b542016-10-11 14:01:36 -07001[Hook Scripts]
Aurimas Liutikascb494a32016-12-15 15:01:36 -08002checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
Aurimas Liutikase5abb862017-04-28 14:30:26 -07003 -fw core/java/android/
Siyamed Sinir56eed892018-02-09 11:34:57 -08004 graphics/java/android
Aurimas Liutikase5abb862017-04-28 14:30:26 -07005 core/tests/coretests/src/android/
Philip P. Moltmannd7cee3c2016-10-20 17:09:39 -07006 packages/PrintRecommendationService/
7 packages/PrintSpooler/
8 services/print/
9 services/usb/
Jack Yu8ee42c22018-03-22 16:28:13 -070010 telephony/
Philip P. Moltmannd7cee3c2016-10-20 17:09:39 -070011
Jason Monk53b2a732017-11-10 15:43:17 -050012api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT}
Jeff Sharkeyabe058c2018-03-26 09:38:01 -060013
14strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}
Mathew Inwoode5dc64d2018-04-23 16:13:14 +010015
16hidden_api_txt_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}
Jeff Sharkey0a9c7312018-08-23 22:01:53 -060017
18owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"