diff options
author | Elliott Hughes <enh@google.com> | 2017-12-07 11:31:02 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-12-07 13:30:03 -0800 |
commit | 693d63f9cfc21e3334c6f8f228d73c4fb60ced8b (patch) | |
tree | f0cc35536aff301e680302b8f3654517b8863acc | |
parent | aaa0bbce8eadf1a428493f3524066a74447eded4 (diff) | |
download | core-693d63f9cfc21e3334c6f8f228d73c4fb60ced8b.tar.gz core-693d63f9cfc21e3334c6f8f228d73c4fb60ced8b.tar.bz2 core-693d63f9cfc21e3334c6f8f228d73c4fb60ced8b.zip |
Add OWNERS.
Bug: N/A
Test: N/A
Change-Id: Ie785058c0f5eb9b4086c98ccba6e63e3ed411b65
-rw-r--r-- | OWNERS | 1 | ||||
-rw-r--r-- | adb/OWNERS | 2 | ||||
-rw-r--r-- | adf/OWNERS | 2 | ||||
-rw-r--r-- | base/OWNERS | 3 | ||||
-rw-r--r-- | bootstat/OWNERS | 1 | ||||
-rw-r--r-- | debuggerd/OWNERS | 2 | ||||
-rw-r--r-- | demangle/OWNERS | 1 | ||||
-rw-r--r-- | fastboot/OWNERS | 3 | ||||
-rw-r--r-- | fs_mgr/OWNERS | 2 | ||||
-rw-r--r-- | healthd/OWNERS | 1 | ||||
-rw-r--r-- | init/OWNERS | 1 | ||||
-rw-r--r-- | libappfuse/OWNERS | 1 | ||||
-rw-r--r-- | libbacktrace/OWNERS | 2 | ||||
-rw-r--r-- | liblog/OWNERS | 1 | ||||
-rw-r--r-- | libmemtrack/OWNERS | 1 | ||||
-rw-r--r-- | libmemunreachable/OWNERS | 2 | ||||
-rw-r--r-- | libmetricslogger/OWNERS | 1 | ||||
-rw-r--r-- | libnativebridge/OWNERS | 1 | ||||
-rw-r--r-- | libnativeloader/OWNERS | 1 | ||||
-rw-r--r-- | libnetutils/OWNERS | 3 | ||||
-rw-r--r-- | libprocinfo/OWNERS | 1 | ||||
-rw-r--r-- | libunwindstack/OWNERS | 1 | ||||
-rw-r--r-- | libutils/OWNERS | 1 | ||||
-rw-r--r-- | libvndksupport/OWNERS | 2 | ||||
-rw-r--r-- | libziparchive/OWNERS | 1 | ||||
-rw-r--r-- | logcat/OWNERS | 1 | ||||
-rw-r--r-- | logd/OWNERS | 2 | ||||
-rw-r--r-- | logwrapper/OWNERS | 1 | ||||
-rw-r--r-- | qemu_pipe/OWNERS | 1 | ||||
-rw-r--r-- | rootdir/OWNERS | 3 | ||||
-rw-r--r-- | sdcard/OWNERS | 1 | ||||
-rw-r--r-- | shell_and_utilities/OWNERS | 1 | ||||
-rw-r--r-- | storaged/OWNERS | 1 | ||||
-rw-r--r-- | toolbox/OWNERS | 1 | ||||
-rw-r--r-- | trusty/OWNERS | 1 |
35 files changed, 51 insertions, 0 deletions
@@ -0,0 +1 @@ +enh@google.com diff --git a/adb/OWNERS b/adb/OWNERS new file mode 100644 index 000000000..643b4489f --- /dev/null +++ b/adb/OWNERS @@ -0,0 +1,2 @@ +jmgao@google.com +yabinc@google.com diff --git a/adf/OWNERS b/adf/OWNERS new file mode 100644 index 000000000..72b8b5a47 --- /dev/null +++ b/adf/OWNERS @@ -0,0 +1,2 @@ +ghackmann@google.com +marissaw@google.com diff --git a/base/OWNERS b/base/OWNERS new file mode 100644 index 000000000..97777f703 --- /dev/null +++ b/base/OWNERS @@ -0,0 +1,3 @@ +enh@google.com +jmgao@google.com +tomcherry@google.com diff --git a/bootstat/OWNERS b/bootstat/OWNERS new file mode 100644 index 000000000..7fe044326 --- /dev/null +++ b/bootstat/OWNERS @@ -0,0 +1 @@ +jhawkins@google.com diff --git a/debuggerd/OWNERS b/debuggerd/OWNERS new file mode 100644 index 000000000..bfeedca0e --- /dev/null +++ b/debuggerd/OWNERS @@ -0,0 +1,2 @@ +cferris@google.com +jmgao@google.com diff --git a/demangle/OWNERS b/demangle/OWNERS new file mode 100644 index 000000000..6f7e4a3c4 --- /dev/null +++ b/demangle/OWNERS @@ -0,0 +1 @@ +cferris@google.com diff --git a/fastboot/OWNERS b/fastboot/OWNERS new file mode 100644 index 000000000..2d12d5003 --- /dev/null +++ b/fastboot/OWNERS @@ -0,0 +1,3 @@ +dpursell@google.com +enh@google.com +jmgao@google.com diff --git a/fs_mgr/OWNERS b/fs_mgr/OWNERS new file mode 100644 index 000000000..817a0b89f --- /dev/null +++ b/fs_mgr/OWNERS @@ -0,0 +1,2 @@ +bowgotsai@google.com +tomcherry@google.com diff --git a/healthd/OWNERS b/healthd/OWNERS new file mode 100644 index 000000000..2375f7c31 --- /dev/null +++ b/healthd/OWNERS @@ -0,0 +1 @@ +toddpoynor@google.com diff --git a/init/OWNERS b/init/OWNERS new file mode 100644 index 000000000..babbe4ded --- /dev/null +++ b/init/OWNERS @@ -0,0 +1 @@ +tomcherry@google.com diff --git a/libappfuse/OWNERS b/libappfuse/OWNERS new file mode 100644 index 000000000..cd7cb747d --- /dev/null +++ b/libappfuse/OWNERS @@ -0,0 +1 @@ +hirono@google.com diff --git a/libbacktrace/OWNERS b/libbacktrace/OWNERS new file mode 100644 index 000000000..bfeedca0e --- /dev/null +++ b/libbacktrace/OWNERS @@ -0,0 +1,2 @@ +cferris@google.com +jmgao@google.com diff --git a/liblog/OWNERS b/liblog/OWNERS new file mode 100644 index 000000000..babbe4ded --- /dev/null +++ b/liblog/OWNERS @@ -0,0 +1 @@ +tomcherry@google.com diff --git a/libmemtrack/OWNERS b/libmemtrack/OWNERS new file mode 100644 index 000000000..70b375f99 --- /dev/null +++ b/libmemtrack/OWNERS @@ -0,0 +1 @@ +ccross@google.com diff --git a/libmemunreachable/OWNERS b/libmemunreachable/OWNERS new file mode 100644 index 000000000..9127a931c --- /dev/null +++ b/libmemunreachable/OWNERS @@ -0,0 +1,2 @@ +ccross@google.com +cferris@google.com diff --git a/libmetricslogger/OWNERS b/libmetricslogger/OWNERS new file mode 100644 index 000000000..7fe044326 --- /dev/null +++ b/libmetricslogger/OWNERS @@ -0,0 +1 @@ +jhawkins@google.com diff --git a/libnativebridge/OWNERS b/libnativebridge/OWNERS new file mode 100644 index 000000000..f2cc94275 --- /dev/null +++ b/libnativebridge/OWNERS @@ -0,0 +1 @@ +dimitry@google.com diff --git a/libnativeloader/OWNERS b/libnativeloader/OWNERS new file mode 100644 index 000000000..f2cc94275 --- /dev/null +++ b/libnativeloader/OWNERS @@ -0,0 +1 @@ +dimitry@google.com diff --git a/libnetutils/OWNERS b/libnetutils/OWNERS new file mode 100644 index 000000000..e3ec95084 --- /dev/null +++ b/libnetutils/OWNERS @@ -0,0 +1,3 @@ +# TODO: should this be in system/netd? +ek@google.com +lorenzo@google.com diff --git a/libprocinfo/OWNERS b/libprocinfo/OWNERS new file mode 100644 index 000000000..a70cc57ef --- /dev/null +++ b/libprocinfo/OWNERS @@ -0,0 +1 @@ +jmgao@google.com diff --git a/libunwindstack/OWNERS b/libunwindstack/OWNERS new file mode 100644 index 000000000..6f7e4a3c4 --- /dev/null +++ b/libunwindstack/OWNERS @@ -0,0 +1 @@ +cferris@google.com diff --git a/libutils/OWNERS b/libutils/OWNERS new file mode 100644 index 000000000..40164aae0 --- /dev/null +++ b/libutils/OWNERS @@ -0,0 +1 @@ +smoreland@google.com diff --git a/libvndksupport/OWNERS b/libvndksupport/OWNERS new file mode 100644 index 000000000..c7efc1636 --- /dev/null +++ b/libvndksupport/OWNERS @@ -0,0 +1,2 @@ +jiyong@google.com +smoreland@google.com diff --git a/libziparchive/OWNERS b/libziparchive/OWNERS new file mode 100644 index 000000000..fcc567aa2 --- /dev/null +++ b/libziparchive/OWNERS @@ -0,0 +1 @@ +narayan@google.com diff --git a/logcat/OWNERS b/logcat/OWNERS new file mode 100644 index 000000000..babbe4ded --- /dev/null +++ b/logcat/OWNERS @@ -0,0 +1 @@ +tomcherry@google.com diff --git a/logd/OWNERS b/logd/OWNERS new file mode 100644 index 000000000..2394e32e9 --- /dev/null +++ b/logd/OWNERS @@ -0,0 +1,2 @@ +cferris@google.com +tomcherry@google.com diff --git a/logwrapper/OWNERS b/logwrapper/OWNERS new file mode 100644 index 000000000..babbe4ded --- /dev/null +++ b/logwrapper/OWNERS @@ -0,0 +1 @@ +tomcherry@google.com diff --git a/qemu_pipe/OWNERS b/qemu_pipe/OWNERS new file mode 100644 index 000000000..dbc1bf60e --- /dev/null +++ b/qemu_pipe/OWNERS @@ -0,0 +1 @@ +bohu@google.com diff --git a/rootdir/OWNERS b/rootdir/OWNERS new file mode 100644 index 000000000..f335715ab --- /dev/null +++ b/rootdir/OWNERS @@ -0,0 +1,3 @@ +jiyong@google.com +smoreland@google.com +tomcherry@google.com diff --git a/sdcard/OWNERS b/sdcard/OWNERS new file mode 100644 index 000000000..199a0f885 --- /dev/null +++ b/sdcard/OWNERS @@ -0,0 +1 @@ +drosen@google.com diff --git a/shell_and_utilities/OWNERS b/shell_and_utilities/OWNERS new file mode 100644 index 000000000..682a067b3 --- /dev/null +++ b/shell_and_utilities/OWNERS @@ -0,0 +1 @@ +enh@google.com diff --git a/storaged/OWNERS b/storaged/OWNERS new file mode 100644 index 000000000..7445270bc --- /dev/null +++ b/storaged/OWNERS @@ -0,0 +1 @@ +jinqian@google.com diff --git a/toolbox/OWNERS b/toolbox/OWNERS new file mode 100644 index 000000000..682a067b3 --- /dev/null +++ b/toolbox/OWNERS @@ -0,0 +1 @@ +enh@google.com diff --git a/trusty/OWNERS b/trusty/OWNERS new file mode 100644 index 000000000..25291fdc0 --- /dev/null +++ b/trusty/OWNERS @@ -0,0 +1 @@ +bohr@google.com |