diff options
| author | 2020-11-23 21:07:03 +0000 | |
|---|---|---|
| committer | 2020-11-23 21:07:03 +0000 | |
| commit | 40a07c66a159d9fb20d4beff2b0e67c42dd31531 (patch) | |
| tree | dda587ca9d431c9433a8ace9f7280f61890c78b4 | |
| parent | 3eb09ed2b3e77f4c3d8d604f1e74e7a9df25b523 (diff) | |
| parent | aa975f3feea25b5bdc19cf1bbe0415089939abab (diff) | |
Merge "Add OWNERS block to facilitate in migration" am: 5e3a035a3d am: aa975f3fee
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1507847
Change-Id: Ib6425e5c6a000e8bf301b3a840d984dc170a2a15
| -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 |