From 04cb6b2e74c8b4550e0d6c41e3d0dba7dbea932e Mon Sep 17 00:00:00 2001 From: Linnan Li Date: Thu, 21 Mar 2024 07:05:21 +0000 Subject: Add owner for include/android/keycodes.h Because of the existence of extra spaces, the owner of keycodes.h is not configured as expected. We should delete this extra spaces. Bug: none Test: After merging, check whether the owner of keycodes.h includes all users under INPUT_OWNER Change-Id: I634c49f53a4633bdee3cdefbf0debae4dff90a47 --- include/android/OWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/android/OWNERS b/include/android/OWNERS index 38f9c5563a..c6cf7ade48 100644 --- a/include/android/OWNERS +++ b/include/android/OWNERS @@ -1 +1 @@ -per-file input.h, keycodes.h = file:platform/frameworks/base:/INPUT_OWNERS +per-file input.h,keycodes.h = file:platform/frameworks/base:/INPUT_OWNERS -- cgit v1.2.3