diff options
author | Baligh Uddin <baligh@google.com> | 2020-11-22 14:46:14 +0000 |
---|---|---|
committer | Baligh Uddin <baligh@google.com> | 2020-11-22 14:59:22 +0000 |
commit | 9e569671a3752c4edd95367f483355ad31fac8d4 (patch) | |
tree | bcb9de2639c8fe782f230ed13ecba139ac50b541 | |
parent | 48695cb07352cb3033dc11bb828e1ca947dfc04d (diff) |
Add OWNERS block to facilitate in migration
BUG: 167962588
Test: TH
Change-Id: Ia8cdeb0c2bd0e98d8d6b8a44f49d42ccd0d04908
-rw-r--r-- | cmds/statsd/src/OWNERS | 6 | ||||
-rw-r--r-- | core/proto/OWNERS | 15 |
2 files changed, 21 insertions, 0 deletions
diff --git a/cmds/statsd/src/OWNERS b/cmds/statsd/src/OWNERS new file mode 100644 index 000000000000..0f3ddf7388d9 --- /dev/null +++ b/cmds/statsd/src/OWNERS @@ -0,0 +1,6 @@ +# Temporary OWNERS Block to assist with migration +# bug: 167962588 +per-file *atoms.proto = set noparent +per-file *atom_field_options.proto = set noparent +per-file *atoms.proto = baligh@google.com, yro@google.com, singhtejinder@google.com, jeffreyhuang@google.com +per-file *atom_field_options.proto = baligh@google.com, yro@google.com, singhtejinder@google.com, jeffreyhuang@google.com diff --git a/core/proto/OWNERS b/core/proto/OWNERS index 542d26fa233e..5eeeb048e6d6 100644 --- a/core/proto/OWNERS +++ b/core/proto/OWNERS @@ -25,3 +25,18 @@ hyunyoungs@google.com # Graphics stats jreck@google.com + +# Temporary Block to assist in migration +# Bug: 143080132 +per-file *enums.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *media_output_enum.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *networkcapabilities.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *data_stall_event.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *procstats_enum.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *usb.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *network_stack.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *tethering.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *dns_resolver.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *device_policy.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *launcher.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com +per-file *mediametrics.proto = baligh@google.com, yro@google.com, jeffreyhuang@google.com |