Dongwon Kang | cad9acf | 2019-12-05 15:50:29 -0800 | [diff] [blame] | 1 | [Hook Scripts] |
Ray Essick | d41cae5 | 2020-06-01 17:17:40 -0700 | [diff] [blame] | 2 | mainline_hook = ${REPO_ROOT}/frameworks/av/tools/mainline_hook_partial.sh ${REPO_ROOT} ${PREUPLOAD_FILES} |
hkuang | e724f40 | 2020-04-17 18:13:20 -0700 | [diff] [blame] | 3 | |
| 4 | [Builtin Hooks] |
| 5 | clang_format = true |
| 6 | |
| 7 | [Builtin Hooks Options] |
| 8 | # Only turn on clang-format check for the following subfolders. |
| 9 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp |
| 10 | media/libmediatranscoding/ |
hkuang | 9d947fe | 2020-06-01 09:23:24 -0700 | [diff] [blame] | 11 | services/mediatranscoding/ |