blob: f708acb62ebad53c316fa059d471050006fbb5fa [file] [log] [blame]
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -07001[Builtin Hooks]
Matthew Maurere268a9f2022-07-26 09:31:30 -07002rustfmt = true
Steven Moreland3f29d482021-11-12 23:01:40 +00003bpfmt = true
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -07004clang_format = true
5
6[Builtin Hooks Options]
Matthew Maurere268a9f2022-07-26 09:31:30 -07007rustfmt = --config-path=rustfmt.toml
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -07008# Only turn on clang-format check for the following subfolders.
9clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
Harpreet \"Eli\" Sanghaa096d662019-11-27 11:32:50 +090010 cmds/idlcli/
Alex Buynytskyy79dcab52021-11-19 11:43:04 -080011 cmds/installd/
Steven Morelanda43807e2021-04-02 03:16:27 +000012 cmds/servicemanager/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070013 include/input/
Lais Andradeb59a9b52020-05-07 17:23:42 +010014 include/powermanager/
Steven Morelandd7b1f8a2019-10-03 09:37:17 -070015 libs/binder/fuzzer/
Steven Moreland5059a5e2021-03-22 23:13:42 +000016 libs/binder/
Steven Moreland2b3f3cd2020-01-31 14:56:45 -080017 libs/binderthreadstate/
Peiyong Lin063b62f2018-10-24 11:21:47 -070018 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070019 libs/gui/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070020 libs/input/
Ady Abraham62f216c2020-10-13 19:07:23 -070021 libs/nativedisplay/
Peiyong Lin46080ef2018-10-26 18:43:14 -070022 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070023 libs/ui/
24 libs/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080025 opengl/libs/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070026 services/bufferhub/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070027 services/inputflinger/
Lais Andradeb59a9b52020-05-07 17:23:42 +010028 services/powermanager/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070029 services/surfaceflinger/
Lais Andrade9e9fcc92020-04-07 20:13:08 +010030 services/vibratorservice/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070031 services/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080032 vulkan/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070033
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060034[Hook Scripts]
35owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
36installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070037dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
38dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
39# bugreports matches both cmds/bugreport and cmds/bugreportz
40bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"