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:
Chih-Hung Hsieh 2017-06-15 13:49:35 -07:00
parent 1923ed7f41
commit 044fc0c4a4
4 changed files with 9 additions and 0 deletions

2
OWNERS Normal file
View file

@ -0,0 +1,2 @@
ccross@android.com
dwillemsen@google.com

4
core/clang/OWNERS Normal file
View file

@ -0,0 +1,4 @@
chh@google.com
pirama@google.com
srhines@google.com
yikong@google.com

2
tools/OWNERS Normal file
View file

@ -0,0 +1,2 @@
per-file warn.py = chh@google.com
per-file checkowners.py = chh@google.com

View file

@ -0,0 +1 @@
tbao@google.com