blob: 0473bb833e24280837ce79331f6b762ec4ecf666 [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/
Steven Moreland2b3f3cd2020-01-31 14:56:45 -080011 libs/binderthreadstate/
Peiyong Lin063b62f2018-10-24 11:21:47 -070012 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070013 libs/gui/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070014 libs/input/
Peiyong Lin46080ef2018-10-26 18:43:14 -070015 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070016 libs/ui/
17 libs/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080018 opengl/libs/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070019 services/bufferhub/
Siarhei Vishniakou23071042019-04-04 14:25:07 -070020 services/inputflinger/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070021 services/surfaceflinger/
22 services/vr/
Peiyong Lin98ad37c2020-01-08 14:19:09 -080023 vulkan/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070024
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060025[Hook Scripts]
26owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
27installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070028dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
29dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
30# bugreports matches both cmds/bugreport and cmds/bugreportz
31bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"