blob: eeff4e1fe38dcc43cabcf8ff5e9971c346eae442 [file] [log] [blame]
mukesh agrawal05c84c72016-09-19 16:50:32 -07001[Hook Scripts]
Aurimas Liutikasfeee0d72016-12-15 13:40:15 -08002checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
Nate Jiang47b7a9c2023-08-08 14:00:37 -07003wifi_upload_hook = ${REPO_ROOT}/packages/modules/Wifi/wifi_upload_hook.py ${PREUPLOAD_COMMIT_MESSAGE} ${PREUPLOAD_FILES}
Nate Jiang53a38b52023-08-08 16:25:31 -07004wifi_checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} --config_xml ${REPO_ROOT}/packages/modules/Wifi/wifi-preupload-checks.xml
mukesh agrawal05c84c72016-09-19 16:50:32 -07005
Paul Duffined9350c2021-06-28 18:28:30 +01006hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}
7
mukesh agrawal05c84c72016-09-19 16:50:32 -07008[Builtin Hooks]
9commit_msg_bug_field = true
10commit_msg_changeid_field = true
11commit_msg_test_field = true
qiangjiangd79e5df2024-10-10 18:28:15 +000012aidl_format = true
13android_test_mapping_format = true
14bpfmt = true