diff options
| author | 2024-09-24 18:16:10 +0000 | |
|---|---|---|
| committer | 2024-09-24 18:16:10 +0000 | |
| commit | 8536676cd0268fa42f08ba0792cb283e293401e1 (patch) | |
| tree | 5362b01c7d4f24c83b3a56e0ac2acb01b116b6c7 | |
| parent | dbb1abef57b4470f7c3a754d668779a6cf5fc4d7 (diff) | |
| parent | ad1e84a2fff50cf50d5d085a11e0788b37b8ae8c (diff) | |
Merge "Create TEST_OWNERS for SystemUI" into main am: 9bdd3f4ee6 am: ad1e84a2ff
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3272137
Change-Id: I6dee0adb19f49777d68a2d46a89954b67e02f1f3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
5 files changed, 10 insertions, 1 deletions
diff --git a/packages/SystemUI/TEST_OWNERS b/packages/SystemUI/TEST_OWNERS new file mode 100644 index 000000000000..eadc86e386cb --- /dev/null +++ b/packages/SystemUI/TEST_OWNERS @@ -0,0 +1,5 @@ +# Test maintainers for system UI +# usernames listed here are able to approve changes to sysui unit tests, +# for restructuring and test maintenance only + +saff@google.com diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS index cd04e82d7816..d3eec977fd53 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS @@ -1,3 +1,4 @@ set noparent include /packages/SystemUI/src/com/android/systemui/qs/OWNERS +include /packages/SystemUI/TEST_OWNERS diff --git a/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS index 5420c377be39..58ae2b2fa6df 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS @@ -3,3 +3,4 @@ set noparent # Bug component: 879035 include /services/core/java/com/android/server/biometrics/OWNERS beverlyt@google.com +include /packages/SystemUI/TEST_OWNERS diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS index 1c52b8d25347..48a20ddf8ca3 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS @@ -1,3 +1,4 @@ set noparent include /packages/SystemUI/src/com/android/systemui/statusbar/OWNERS +include /packages/SystemUI/TEST_OWNERS diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS index 7f5384d1dbf3..1da700770d4e 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS @@ -1,3 +1,4 @@ set noparent -include /packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS
\ No newline at end of file +include /packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS +include /packages/SystemUI/TEST_OWNERS |