From 6efeeaafecd2459310903e549c62a1dadbd7feae Mon Sep 17 00:00:00 2001 From: Jeremy Goldman Date: Wed, 16 Dec 2020 18:36:44 +0800 Subject: [PATCH] Owners updates Add goldmanj to tests/unit for junit migration and utility library creation Add connectivity settings eng to settings/datausage. Test: N/A, just owners update Change-Id: I182ad6093677dc151b171d9e5aaa15cdd353c474 --- src/com/android/settings/datausage/OWNERS | 5 +++++ tests/unit/OWNERS | 2 ++ tests/unit/src/com/android/settings/datausage/OWNERS | 1 + 3 files changed, 8 insertions(+) create mode 100644 src/com/android/settings/datausage/OWNERS create mode 100644 tests/unit/OWNERS create mode 100644 tests/unit/src/com/android/settings/datausage/OWNERS diff --git a/src/com/android/settings/datausage/OWNERS b/src/com/android/settings/datausage/OWNERS new file mode 100644 index 00000000000..49449ec2ee0 --- /dev/null +++ b/src/com/android/settings/datausage/OWNERS @@ -0,0 +1,5 @@ +# Default reviewers for this and subdirectories. +andychou@google.com +goldmanj@google.com +bonianchen@google.com +wengsu@google.com diff --git a/tests/unit/OWNERS b/tests/unit/OWNERS new file mode 100644 index 00000000000..4123742aff0 --- /dev/null +++ b/tests/unit/OWNERS @@ -0,0 +1,2 @@ +# Additional reviewers for this and subdirectories. +goldmanj@google.com diff --git a/tests/unit/src/com/android/settings/datausage/OWNERS b/tests/unit/src/com/android/settings/datausage/OWNERS new file mode 100644 index 00000000000..18806f45fe7 --- /dev/null +++ b/tests/unit/src/com/android/settings/datausage/OWNERS @@ -0,0 +1 @@ +include /src/com/android/settings/datausage/OWNERS