Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4e86178 authored by Harry Cutts's avatar Harry Cutts
Browse files

Give input team ownership of mouse-related settings files

Bug: 245989146
Change-Id: I5961839b290af88784da525ff937ff6d6f148963
Test: none
Flag: EXEMPT only changing OWNERS
parent 07eca372
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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