diff options
| author | 2023-12-11 17:45:47 +0000 | |
|---|---|---|
| committer | 2023-12-11 18:35:48 +0000 | |
| commit | 23842ef9481f2c0ea12bcf1539195630c2d39234 (patch) | |
| tree | 5241d0dcc82ebd5e306a258b064dbb2686d09fc3 | |
| parent | 670d3ff092c2be06193fb54c2b60350a57232988 (diff) | |
Adding OWNERS to qs package
Test: no test
Fixes: 315172339
Flag: NONE
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:57ee6dd3a84f3eb18ef2ac8a97858e1a698cf4fa)
Change-Id: I69f6eab782792567415a474afab591b8752b0b0b
| -rw-r--r-- | packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS | 3 | ||||
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/qs/OWNERS | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS new file mode 100644 index 000000000000..cd04e82d7816 --- /dev/null +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS @@ -0,0 +1,3 @@ +set noparent + +include /packages/SystemUI/src/com/android/systemui/qs/OWNERS diff --git a/packages/SystemUI/src/com/android/systemui/qs/OWNERS b/packages/SystemUI/src/com/android/systemui/qs/OWNERS new file mode 100644 index 000000000000..45a4b5035c45 --- /dev/null +++ b/packages/SystemUI/src/com/android/systemui/qs/OWNERS @@ -0,0 +1,10 @@ +set noparent + +# Bug component: 78010 + +apotapov@google.com +asc@google.com +bhnm@google.com +kozynski@google.com +ostonge@google.com +pixel@google.com
\ No newline at end of file |