blob: 4f7cdf3e5eabda5a7dc3f8c2d6ab4f17091e3b8a [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
Siarhei Vishniakouc9ccf392019-04-04 14:25:07 -07007 include/input/
Steven Morelandcd056e42018-12-11 11:31:12 -08008 libs/binder/ndk/
Peiyong Lin063b62f2018-10-24 11:21:47 -07009 libs/graphicsenv/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070010 libs/gui/
Siarhei Vishniakouc9ccf392019-04-04 14:25:07 -070011 libs/input/
Peiyong Lin46080ef2018-10-26 18:43:14 -070012 libs/renderengine/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070013 libs/ui/
14 libs/vr/
Jiwen 'Steve' Caid9f2abe2018-10-20 17:03:13 -070015 services/bufferhub/
Siarhei Vishniakouc9ccf392019-04-04 14:25:07 -070016 services/inputflinger/
Jiwen 'Steve' Caic2ace9e2018-09-26 13:52:16 -070017 services/surfaceflinger/
18 services/vr/
19
Jeff Sharkeyf9857ad2018-09-11 12:22:54 -060020[Hook Scripts]
21owners_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "OWNERS$"
22installd_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/installd/"
Felipe Lemedb3c8982018-09-26 13:51:53 -070023dumpstate_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpstate/"
24dumpsys_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/dumpsys/"
25# bugreports matches both cmds/bugreport and cmds/bugreportz
26bugreports_hook = ${REPO_ROOT}/frameworks/base/tools/aosp/aosp_sha.sh ${PREUPLOAD_COMMIT} "^cmds/bugreport"