blob: 39eb4abb39196f2331114e274d3a3d9e18e52897 [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 Morelanda4db1f02023-03-13 18:18:44 +000017 libs/binderdebug/
Steven Moreland2b3f3cd2020-01-31 14:56:45 -080018 libs/binderthreadstate/
Peiyong Lin063b62f2018-10-24 11:21:47 -070019 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070020 libs/gui/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070021 libs/input/
Ady Abraham62f216c2020-10-13 19:07:23 -070022 libs/nativedisplay/
Steven Morelandf5927b52022-12-29 22:03:14 +000023 libs/nativewindow/
Peiyong Lin46080ef2018-10-26 18:43:14 -070024 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070025 libs/ui/
26 libs/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080027 opengl/libs/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070028 services/bufferhub/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070029 services/inputflinger/
Lais Andradeb59a9b52020-05-07 17:23:42 +010030 services/powermanager/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070031 services/surfaceflinger/
Lais Andrade9e9fcc92020-04-07 20:13:08 +010032 services/vibratorservice/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070033 services/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080034 vulkan/
Dmitri Plotnikov5effd852021-08-11 14:55:58 -070035bpfmt = -d
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070036
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060037[Hook Scripts]
38owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
39installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070040dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
41dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
42# bugreports matches both cmds/bugreport and cmds/bugreportz
43bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"