blob: c74516d410b57db61b72631f01cf08ab88275da6 [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/
Roshan Pius595f0722018-07-19 14:04:59 -070011 wifi/
Philip P. Moltmannd7cee3c2016-10-20 17:09:39 -070012
Jason Monk53b2a732017-11-10 15:43:17 -050013api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT}
Jeff Sharkeyabe058c2018-03-26 09:38:01 -060014
15strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}
Mathew Inwooda10f2e22018-04-23 16:13:14 +010016
17hidden_api_txt_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}