blob: 9cab9b4c41bde70804301d5f65484d44d835be99 [file] [log] [blame]
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -07001[Builtin Hooks]
2clang_format = true
3
4[Builtin Hooks Options]
5# Only turn on clang-format check for the following subfolders.
6clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
Harpreet \"Eli\" Sanghaa096d662019-11-27 11:32:50 +09007 cmds/idlcli/
Siarhei Vishniakou23071042019-04-04 14:25:07 -07008 include/input/
Steven Morelandd7b1f8a2019-10-03 09:37:17 -07009 libs/binder/fuzzer/
Steven Morelandcd056e42018-12-11 11:31:12 -080010 libs/binder/ndk/
Corbin Souffrant84f5c0f2020-06-26 00:42:43 -070011 libs/binder/tests/fuzzers/
Steven Moreland2b3f3cd2020-01-31 14:56:45 -080012 libs/binderthreadstate/
Peiyong Lin063b62f2018-10-24 11:21:47 -070013 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070014 libs/gui/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070015 libs/input/
Peiyong Lin46080ef2018-10-26 18:43:14 -070016 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070017 libs/ui/
18 libs/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080019 opengl/libs/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070020 services/bufferhub/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070021 services/inputflinger/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070022 services/surfaceflinger/
23 services/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080024 vulkan/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070025
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060026[Hook Scripts]
27owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
28installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070029dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
30dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
31# bugreports matches both cmds/bugreport and cmds/bugreportz
32bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"