blob: 8bcb1e5da5652e8a2a7691aa8c5073397c7e76bb [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/
Steven Morelanda43807e2021-04-02 03:16:27 +00008 cmds/servicemanager/
Siarhei Vishniakou23071042019-04-04 14:25:07 -07009 include/input/
Lais Andradeb59a9b52020-05-07 17:23:42 +010010 include/powermanager/
Steven Morelandd7b1f8a2019-10-03 09:37:17 -070011 libs/binder/fuzzer/
Steven Moreland5059a5e2021-03-22 23:13:42 +000012 libs/binder/
Steven Moreland2b3f3cd2020-01-31 14:56:45 -080013 libs/binderthreadstate/
Peiyong Lin063b62f2018-10-24 11:21:47 -070014 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070015 libs/gui/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070016 libs/input/
Ady Abraham62f216c2020-10-13 19:07:23 -070017 libs/nativedisplay/
Peiyong Lin46080ef2018-10-26 18:43:14 -070018 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070019 libs/ui/
20 libs/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080021 opengl/libs/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070022 services/bufferhub/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070023 services/inputflinger/
Lais Andradeb59a9b52020-05-07 17:23:42 +010024 services/powermanager/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070025 services/surfaceflinger/
Lais Andrade9e9fcc92020-04-07 20:13:08 +010026 services/vibratorservice/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070027 services/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080028 vulkan/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070029
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060030[Hook Scripts]
31owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
32installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070033dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
34dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
35# bugreports matches both cmds/bugreport and cmds/bugreportz
36bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"