diff options
| author | 2024-06-21 15:04:36 +0000 | |
|---|---|---|
| committer | 2024-06-21 15:04:36 +0000 | |
| commit | 3631bd81db03a17fb7dc6441c4f4519a52efa560 (patch) | |
| tree | 7832c99c91798245addf6c3359f88c71aaa7dccb | |
| parent | c4d930b0dc540ba167f8a6f9a2055c6ee390e34c (diff) | |
Fix glob pattern for notification owners
It looks like the * doesn't also include slashes, so that may be why this wasn't working.
Bug: 348584064
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:57e04d0fbbf7b1b2868f6a2e2cf38b7f30189bd4)
Merged-In: I580ebe330d76b42a69263926ecdb8bd6e8ba085c
Change-Id: I580ebe330d76b42a69263926ecdb8bd6e8ba085c
| -rw-r--r-- | packages/SettingsLib/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/OWNERS b/packages/SettingsLib/OWNERS index 62ed66cdce67..e4bc7b4660e1 100644 --- a/packages/SettingsLib/OWNERS +++ b/packages/SettingsLib/OWNERS @@ -13,4 +13,4 @@ ykhung@google.com per-file *.xml=* # Notification-related utilities -per-file */notification/* = file:/packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS +per-file **/notification/** = file:/packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS |