Refactor OWNERS files in platform/build/soong.

Pulls out all of the per-file rules into their relevant directories
so platform/build/soong:/OWNERS can be included everywhere we need
the list of build system owners.

Test: treehugger
Bug: 170407947
Change-Id: I5a4b2d252bd9b3c280cd9954cf0e65ac21153ede
This commit is contained in:
Joe Onorato 2020-10-08 12:59:44 -07:00
parent 36e4ad1f4d
commit a80b480eea
5 changed files with 28 additions and 12 deletions

31
OWNERS
View file

@ -1,13 +1,20 @@
per-file * = asmundak@google.com
per-file * = ccross@android.com
per-file * = dwillemsen@google.com
per-file * = eakammer@google.com
per-file * = jungjw@google.com
per-file * = patricearruda@google.com
per-file * = paulduffin@google.com
# This file is included by several other projects as the list of people
# approving build related projects.
ahumesky@google.com
asmundak@google.com
ccross@android.com
cparsons@google.com
dwillemsen@google.com
eakammer@google.com
jingwen@google.com
joeo@google.com
jungjw@google.com
lberki@google.com
patricearruda@google.com
ruperts@google.com
# To expedite LON reviews
hansson@google.com
paulduffin@google.com
per-file ndk_*.go = danalbert@google.com
per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com
per-file tidy.go = srhines@google.com, chh@google.com
per-file lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com
per-file docs/map_files.md = danalbert@google.com, enh@google.com, jiyong@google.com

4
cc/OWNERS Normal file
View file

@ -0,0 +1,4 @@
per-file ndk_*.go = danalbert@google.com
per-file tidy.go = srhines@google.com, chh@google.com
per-file lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com

View file

@ -1 +1,3 @@
per-file vndk.go = smoreland@google.com, victoryang@google.com
per-file clang.go,global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com

1
docs/OWNERS Normal file
View file

@ -0,0 +1 @@
per-file map_files.md = danalbert@google.com, enh@google.com, jiyong@google.com

2
rust/config/OWNERS Normal file
View file

@ -0,0 +1,2 @@
per-file global.go = srhines@google.com, chh@google.com, pirama@google.com, yikong@google.com