mukesh agrawal | 05c84c7 | 2016-09-19 16:50:32 -0700 | [diff] [blame] | 1 | [Hook Scripts] |
Aurimas Liutikas | feee0d7 | 2016-12-15 13:40:15 -0800 | [diff] [blame] | 2 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |
Nate Jiang | 47b7a9c | 2023-08-08 14:00:37 -0700 | [diff] [blame] | 3 | wifi_upload_hook = ${REPO_ROOT}/packages/modules/Wifi/wifi_upload_hook.py ${PREUPLOAD_COMMIT_MESSAGE} ${PREUPLOAD_FILES} |
Nate Jiang | 53a38b5 | 2023-08-08 16:25:31 -0700 | [diff] [blame] | 4 | wifi_checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} --config_xml ${REPO_ROOT}/packages/modules/Wifi/wifi-preupload-checks.xml |
mukesh agrawal | 05c84c7 | 2016-09-19 16:50:32 -0700 | [diff] [blame] | 5 | |
Paul Duffin | ed9350c | 2021-06-28 18:28:30 +0100 | [diff] [blame] | 6 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
| 7 | |
mukesh agrawal | 05c84c7 | 2016-09-19 16:50:32 -0700 | [diff] [blame] | 8 | [Builtin Hooks] |
| 9 | commit_msg_bug_field = true |
| 10 | commit_msg_changeid_field = true |
| 11 | commit_msg_test_field = true |
qiangjiang | d79e5df | 2024-10-10 18:28:15 +0000 | [diff] [blame] | 12 | aidl_format = true |
| 13 | android_test_mapping_format = true |
| 14 | bpfmt = true |