From 631cba15f32806acbcbe1a1b46e30d9a1ad9b85f Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Wed, 15 Jun 2022 14:23:57 -0400 Subject: [PATCH] Add OWNERS for notifications Test: TH build Fixes: 236149805 Change-Id: If07dd854271bf2f89d5bfb7b5298497c74aa0518 --- .../android/systemui/statusbar/notification/OWNERS | 12 ++++++++++++ .../src/com/android/systemui/statusbar/phone/OWNERS | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS create mode 100644 packages/SystemUI/src/com/android/systemui/statusbar/phone/OWNERS diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS b/packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS new file mode 100644 index 0000000000000..63c37e9584d69 --- /dev/null +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS @@ -0,0 +1,12 @@ +set noparent + +# Bug component: 78010 + +aaliomer@google.com +aroederer@google.com +jeffdq@google.com +juliacr@google.com +juliatuttle@google.com +lynhan@google.com +steell@google.com +yurilin@google.com \ No newline at end of file diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/OWNERS b/packages/SystemUI/src/com/android/systemui/statusbar/phone/OWNERS new file mode 100644 index 0000000000000..18f0fb38999cd --- /dev/null +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/OWNERS @@ -0,0 +1,3 @@ +per-file *Notification* = set noparent +per-file *Notification* = file:../notification/OWNERS +per-file NotificationIcon* = ccassidy@google.com, evanlaird@google.com, pixel@google.com \ No newline at end of file