blob: ec3366c2eb2f7532fb327ecf8d935d2aa9cfe601 [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}
Philip P. Moltmannd7cee3c2016-10-20 17:09:39 -07003
Jason Monk53b2a732017-11-10 15:43:17 -05004api_lint_hook = ${REPO_ROOT}/frameworks/base/tools/apilint/apilint_sha.sh ${PREUPLOAD_COMMIT}
Jeff Sharkeyabe058c2018-03-26 09:38:01 -06005
6strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}
Mathew Inwooda10f2e22018-04-23 16:13:14 +01007
8hidden_api_txt_hook = ${REPO_ROOT}/frameworks/base/tools/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}
Jason Monkae7ced22018-08-22 16:56:58 -04009
10ktlint_hook = ${REPO_ROOT}/prebuilts/ktlint/ktlint.py -f ${PREUPLOAD_FILES}
Jeff Sharkeyfb7b3732018-08-23 22:01:53 -060011
12owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"