diff options
| author | 2024-11-19 22:00:42 +0000 | |
|---|---|---|
| committer | 2024-11-19 22:00:42 +0000 | |
| commit | 7ab4fbe4e4122c2cf6872c508121f6539b7907b6 (patch) | |
| tree | 6ae047705f3256b24cd9c42815e667c09e25489a | |
| parent | 50c98c8d24c934cb417c2c7904ce1889f6cb87e6 (diff) | |
| parent | b6c0fff6662a9d6aa45d95215bab9b665bc7ae0a (diff) | |
Merge "Allow status bar team to have OWNERS on statusbar/chips/notification classes." into main am: b6c0fff666
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3365798
Change-Id: I1202da68a3e5ba07d6c946948ff8be25a3da5b40
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS b/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS index c019f308d3e5..72b03bfa20c3 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS +++ b/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS @@ -14,7 +14,7 @@ per-file *Keyboard* = set noparent per-file *Keyboard* = file:../keyguard/OWNERS per-file *Keyguard* = set noparent per-file *Keyguard* = file:../keyguard/OWNERS -per-file *Notification* = set noparent +# Not setting noparent here, since *Notification* also matches some status bar notification chips files (statusbar/chips/notification) which should be owned by the status bar team. per-file *Notification* = file:notification/OWNERS # Not setting noparent here, since *Mode* matches many other classes (e.g., *ViewModel*) per-file *Mode* = file:notification/OWNERS |