From 99bc55da7317a908bb9305f9e61dd9a500c9c68e Mon Sep 17 00:00:00 2001 From: Edgar Wang Date: Fri, 23 Aug 2019 03:06:20 +0800 Subject: [PATCH] Add OWNER for deviceinfo/network/sim package. Bug: 139881606 Test: None Change-Id: If265c51360675d44bfce8d4790d1bf8d4207fc46 --- src/com/android/settings/deviceinfo/OWNERS | 5 +++++ src/com/android/settings/network/OWNERS | 5 +++++ src/com/android/settings/sim/OWNERS | 5 +++++ 3 files changed, 15 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..97e431a7a87 --- /dev/null +++ b/src/com/android/settings/deviceinfo/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +bonianchen@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..97e431a7a87 --- /dev/null +++ b/src/com/android/settings/network/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +bonianchen@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..97e431a7a87 --- /dev/null +++ b/src/com/android/settings/sim/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +bonianchen@google.com + +# Emergency approvers in case the above are not available