Add ownership of scrim/lockscreen files to keyguard

Bug: NONE documentation only
Flag: NONE documentation only
Test: NONE
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9bb9c633c06f3ea693aa2394ecf89ffe53e1039d)
Merged-In: I371272e98058e570a578eafc4b0fefd10457366b
Change-Id: I371272e98058e570a578eafc4b0fefd10457366b

NOTE FOR REVIEWERS - errors occurred while applying the patch.
PLEASE REVIEW CAREFULLY.
Errors:
Error applying patch in packages/SystemUI/src/com/android/systemui/statusbar/OWNERS, hunk HunkHeader[14,6->14,8]: Hunk cannot be applied

Original patch:
 From 9bb9c633c06f3ea693aa2394ecf89ffe53e1039d Mon Sep 17 00:00:00 2001
From: Matt Pietal <[email protected]>
Date: Tue, 15 Oct 2024 13:51:21 +0000
Subject: [PATCH] Add ownership of scrim/lockscreen files to keyguard

Bug: NONE documentation only
Flag: NONE documentation only
Test: NONE
Change-Id: I371272e98058e570a578eafc4b0fefd10457366b
---
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS b/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS
index c4f539a..9de229e 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/OWNERS
@@ -13,4 +13,8 @@
 per-file *Keyboard* = set noparent
 per-file *Keyboard* = file:../keyguard/OWNERS
 per-file *Keyguard* = set noparent
-per-file *Keyguard* = file:../keyguard/OWNERS
\ No newline at end of file
+per-file *Keyguard* = file:../keyguard/OWNERS
+per-file *Lockscreen* = set noparent
+per-file *Lockscreen* = file:../keyguard/OWNERS
+per-file *Scrim* = set noparent
+per-file *Scrim* = file:../keyguard/OWNERS
\ No newline at end of file