From f4e86178215cc03b8fe5d88659846571a57e2713 Mon Sep 17 00:00:00 2001 From: Harry Cutts Date: Fri, 17 Jan 2025 07:32:17 -0800 Subject: [PATCH] Give input team ownership of mouse-related settings files Bug: 245989146 Change-Id: I5961839b290af88784da525ff937ff6d6f148963 Test: none Flag: EXEMPT only changing OWNERS --- src/com/android/settings/inputmethod/OWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/android/settings/inputmethod/OWNERS b/src/com/android/settings/inputmethod/OWNERS index c8850fee0d7..e2ce68519fb 100644 --- a/src/com/android/settings/inputmethod/OWNERS +++ b/src/com/android/settings/inputmethod/OWNERS @@ -2,8 +2,9 @@ include platform/frameworks/base:/services/core/java/com/android/server/inputmethod/OWNERS include /OWNERS -# Settings for physical keyboard, gamepad, and touchpad are better reviewed by the input team +# Settings for physical keyboard, mouse, gamepad, and touchpad are better reviewed by the input team per-file GameControllerPreferenceController.java = file:platform/frameworks/base:/INPUT_OWNERS per-file KeyboardLayoutPicker*.java = file:platform/frameworks/base:/INPUT_OWNERS +per-file Mouse*.java = file:platform/frameworks/base:/INPUT_OWNERS per-file PhysicalKeyboard*.java = file:platform/frameworks/base:/INPUT_OWNERS per-file Trackpad*.java,Touchpad*.java,PointerTouchpad*.java = file:platform/frameworks/base:/INPUT_OWNERS