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
diff --git a/packages/SettingsLib/OWNERS b/packages/SettingsLib/OWNERS
index 62ed66c..e4bc7b4 100644
--- a/packages/SettingsLib/OWNERS
+++ b/packages/SettingsLib/OWNERS
@@ -13,4 +13,4 @@
 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