1[Options]
2ignore_merged_commits = true
3
4[Builtin Hooks]
5bpfmt = true
6clang_format = true
7
8[Builtin Hooks Options]
9bpfmt = -s
10
11[Hook Scripts]
12checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py
13                  --sha ${PREUPLOAD_COMMIT}
14                  --config_xml ${REPO_ROOT}/prebuilts/checkstyle/android-style.xml
15
16todo_checker_hook = ${REPO_ROOT}/system/chre/tools/todo_checker.py
17
18run_sim = ${REPO_ROOT}/system/chre/run_sim.sh -b
19run_tests = ${REPO_ROOT}/system/chre/run_tests.sh -b
20run_pal_impl_tests = ${REPO_ROOT}/system/chre/run_pal_impl_tests.sh -b
21