shafik | 8b57cd5 | 2019-09-06 10:51:29 +0100 | [diff] [blame] | 1 | [Builtin Hooks] |
| 2 | clang_format = true |
| 3 | |
| 4 | [Builtin Hooks Options] |
| 5 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |
Paul Duffin | 427b778 | 2021-06-28 23:58:22 +0100 | [diff] [blame] | 6 | |
| 7 | [Hook Scripts] |
| 8 | hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT} |
Dipankar Bhardwaj | c8986ef | 2022-03-17 17:40:05 +0000 | [diff] [blame^] | 9 | |
| 10 | checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} |