blob: eb9a51d7b10981c4ae20d74b09602dc46e45cce2 [file] [log] [blame]
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -07001[Builtin Hooks]
Steven Moreland3f29d482021-11-12 23:01:40 +00002bpfmt = true
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -07003clang_format = true
4
5[Builtin Hooks Options]
6# Only turn on clang-format check for the following subfolders.
7clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
Harpreet \"Eli\" Sanghaa096d662019-11-27 11:32:50 +09008 cmds/idlcli/
Steven Morelanda43807e2021-04-02 03:16:27 +00009 cmds/servicemanager/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070010 include/input/
Lais Andradeb59a9b52020-05-07 17:23:42 +010011 include/powermanager/
Steven Morelandd7b1f8a2019-10-03 09:37:17 -070012 libs/binder/fuzzer/
Steven Moreland5059a5e2021-03-22 23:13:42 +000013 libs/binder/
Steven Moreland2b3f3cd2020-01-31 14:56:45 -080014 libs/binderthreadstate/
Peiyong Lin063b62f2018-10-24 11:21:47 -070015 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070016 libs/gui/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070017 libs/input/
Ady Abraham62f216c2020-10-13 19:07:23 -070018 libs/nativedisplay/
Peiyong Lin46080ef2018-10-26 18:43:14 -070019 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070020 libs/ui/
21 libs/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080022 opengl/libs/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070023 services/bufferhub/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070024 services/inputflinger/
Lais Andradeb59a9b52020-05-07 17:23:42 +010025 services/powermanager/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070026 services/surfaceflinger/
Lais Andrade9e9fcc92020-04-07 20:13:08 +010027 services/vibratorservice/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070028 services/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080029 vulkan/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070030
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060031[Hook Scripts]
32owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
33installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070034dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
35dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
36# bugreports matches both cmds/bugreport and cmds/bugreportz
37bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"