blob: 2df7042a53d917b7d93c64e1620de47c0bbd812a [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/
Philip P. Moltmann8943ad62018-07-25 12:12:30 -07008 packages/PackageInstaller/
Philip P. Moltmannd7cee3c2016-10-20 17:09:39 -07009 services/print/
10 services/usb/
Jack Yu8ee42c22018-03-22 16:28:13 -070011 telephony/
Roshan Pius595f0722018-07-19 14:04:59 -070012 wifi/
Philip P. Moltmannd7cee3c2016-10-20 17:09:39 -070013
Jason Monk53b2a732017-11-10 15:43:17 -050014api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT}
Jeff Sharkeyabe058c2018-03-26 09:38:01 -060015
16strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}
Mathew Inwooda10f2e22018-04-23 16:13:14 +010017
18hidden_api_txt_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}