From a0b942a6f453eefc0314c7723426b6f7532923f0 Mon Sep 17 00:00:00 2001 From: Bonian Chen Date: Mon, 23 Dec 2019 12:32:13 +0800 Subject: [PATCH] [Settings] Add owners to support network part Add more owners to support network part. Bug: none Test: none Change-Id: I3fa0a72e75aace65887c461204fd9a33bd8fee13 Merged-In: Ic2820bc113bc26fc0d162c42c7925477177127ae --- src/com/android/settings/deviceinfo/OWNERS | 6 ++++++ src/com/android/settings/network/OWNERS | 6 ++++++ src/com/android/settings/sim/OWNERS | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 src/com/android/settings/deviceinfo/OWNERS create mode 100644 src/com/android/settings/network/OWNERS create mode 100644 src/com/android/settings/sim/OWNERS diff --git a/src/com/android/settings/deviceinfo/OWNERS b/src/com/android/settings/deviceinfo/OWNERS new file mode 100644 index 00000000000..bedbe16bdbf --- /dev/null +++ b/src/com/android/settings/deviceinfo/OWNERS @@ -0,0 +1,6 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +bonianchen@google.com +allenwtsu@google.com + +# Emergency approvers in case the above are not available diff --git a/src/com/android/settings/network/OWNERS b/src/com/android/settings/network/OWNERS new file mode 100644 index 00000000000..bedbe16bdbf --- /dev/null +++ b/src/com/android/settings/network/OWNERS @@ -0,0 +1,6 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +bonianchen@google.com +allenwtsu@google.com + +# Emergency approvers in case the above are not available diff --git a/src/com/android/settings/sim/OWNERS b/src/com/android/settings/sim/OWNERS new file mode 100644 index 00000000000..bedbe16bdbf --- /dev/null +++ b/src/com/android/settings/sim/OWNERS @@ -0,0 +1,6 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +bonianchen@google.com +allenwtsu@google.com + +# Emergency approvers in case the above are not available