1[Hook Scripts]
2mainline_hook = ${REPO_ROOT}/frameworks/av/tools/mainline_hook_partial.sh ${REPO_ROOT} ${PREUPLOAD_FILES}
3
4hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh ${PREUPLOAD_COMMIT} ${REPO_ROOT}
5
6[Builtin Hooks]
7clang_format = true
8
9[Builtin Hooks Options]
10# Only turn on clang-format check for the following subfolders.
11clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
12               media/libmediatranscoding/
13               services/mediatranscoding/
14