diff options
| author | 2025-02-07 19:20:54 -0800 | |
|---|---|---|
| committer | 2025-02-07 19:20:54 -0800 | |
| commit | 00a2e22fd244ff9ed649dfc9846af3b658be3413 (patch) | |
| tree | 8eb4648cd608a0868e77fd62f356a70cc0523157 /services/accessibility | |
| parent | 3662fb63c120003dde956e397040a614a4034da0 (diff) | |
| parent | 78e7ee6c16e7f96eeb14b6fcc9e010be7ddbf3d5 (diff) | |
Merge "chore: Update OWNERS for accessibility dirs." into main am: 78e7ee6c16
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3481032
Change-Id: I2614efc8a38100a93ad73653b60ea5ad999abc59
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'services/accessibility')
| -rw-r--r-- | services/accessibility/OWNERS | 5 | ||||
| -rw-r--r-- | services/accessibility/java/com/android/server/accessibility/magnification/OWNERS | 8 |
2 files changed, 12 insertions, 1 deletions
diff --git a/services/accessibility/OWNERS b/services/accessibility/OWNERS index 4e1175034b5b..ab1e9ffe3bfe 100644 --- a/services/accessibility/OWNERS +++ b/services/accessibility/OWNERS @@ -1,4 +1,7 @@ -# Bug component: 44215 +# Bug component: 1530954 +# +# The above component is for automated test bugs. If you are a human looking to report +# a bug in this codebase then please use component 44215. # Android Accessibility Framework owners danielnorman@google.com diff --git a/services/accessibility/java/com/android/server/accessibility/magnification/OWNERS b/services/accessibility/java/com/android/server/accessibility/magnification/OWNERS new file mode 100644 index 000000000000..ff812ad7e7e6 --- /dev/null +++ b/services/accessibility/java/com/android/server/accessibility/magnification/OWNERS @@ -0,0 +1,8 @@ +# Bug component: 1530954 +# +# The above component is for automated test bugs. If you are a human looking to report +# a bug in this codebase then please use component 770744. + +juchengchou@google.com +chenjean@google.com +chihtinglo@google.com |