From bbbac7afc9ae69518a9b428cb5b77e75aebc2981 Mon Sep 17 00:00:00 2001 From: Tyler Freeman Date: Thu, 1 Dec 2022 21:31:28 -0800 Subject: [PATCH] chore: make the a11y team owners of the a11y package in SysUi Test: pray it works (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0f486780f49ea5b6e4962895c4da21864f29f5b8) Merged-In: I96884f7a5aae8fff5ee00d99a435326d4791e7ba Change-Id: I96884f7a5aae8fff5ee00d99a435326d4791e7ba --- .../SystemUI/src/com/android/systemui/accessibility/OWNERS | 3 +++ .../tests/src/com/android/systemui/accessibility/OWNERS | 1 + 2 files changed, 4 insertions(+) create mode 100644 packages/SystemUI/src/com/android/systemui/accessibility/OWNERS create mode 100644 packages/SystemUI/tests/src/com/android/systemui/accessibility/OWNERS diff --git a/packages/SystemUI/src/com/android/systemui/accessibility/OWNERS b/packages/SystemUI/src/com/android/systemui/accessibility/OWNERS new file mode 100644 index 0000000000000..1f66c91b3573a --- /dev/null +++ b/packages/SystemUI/src/com/android/systemui/accessibility/OWNERS @@ -0,0 +1,3 @@ +# Bug component: 44215 + +include /core/java/android/view/accessibility/OWNERS \ No newline at end of file diff --git a/packages/SystemUI/tests/src/com/android/systemui/accessibility/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/accessibility/OWNERS new file mode 100644 index 0000000000000..a2001e66e55b9 --- /dev/null +++ b/packages/SystemUI/tests/src/com/android/systemui/accessibility/OWNERS @@ -0,0 +1 @@ +include /core/java/android/view/accessibility/OWNERS \ No newline at end of file