Add OWNERS in build/make
* Owners are selected from top CL approvals or owners. They will be suggested to review/approve future CLs. * OWNERS files are recognized by the new find-owners plugin, see .md files in https://gerrit.googlesource.com/plugins/find-owners/+/master/src/main/resources/Documentation/ Test: build/make/tools/checkowners.py -c -v OWNERS Change-Id: Ibe6765e5448c471ca413413e3d052507ccee4ea6
This commit is contained in:
parent
1923ed7f41
commit
044fc0c4a4
4 changed files with 9 additions and 0 deletions
2
OWNERS
Normal file
2
OWNERS
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ccross@android.com
|
||||||
|
dwillemsen@google.com
|
4
core/clang/OWNERS
Normal file
4
core/clang/OWNERS
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
chh@google.com
|
||||||
|
pirama@google.com
|
||||||
|
srhines@google.com
|
||||||
|
yikong@google.com
|
2
tools/OWNERS
Normal file
2
tools/OWNERS
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
per-file warn.py = chh@google.com
|
||||||
|
per-file checkowners.py = chh@google.com
|
1
tools/releasetools/OWNERS
Normal file
1
tools/releasetools/OWNERS
Normal file
|
@ -0,0 +1 @@
|
||||||
|
tbao@google.com
|
Loading…
Reference in a new issue