diff options
| author | 2020-11-23 20:05:10 +0000 | |
|---|---|---|
| committer | 2020-11-23 20:05:10 +0000 | |
| commit | aa975f3feea25b5bdc19cf1bbe0415089939abab (patch) | |
| tree | 4175de8391b4db05bc5dc92b1e72c937b4978f70 | |
| parent | 78fa0b0e6a70b489cb1f8069537b6d700e0ae934 (diff) | |
| parent | 5e3a035a3d848aef6813073228b488d4555e994d (diff) | |
Merge "Add OWNERS block to facilitate in migration" am: 5e3a035a3d
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1507847
Change-Id: Id81e308c4fba6a73566c2f04da49f5f4c81cfaad
| -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 |