From c52f157704787104c84126be5229ee3a7bd49575 Mon Sep 17 00:00:00 2001 From: Lee Shombert Date: Mon, 18 Dec 2023 20:40:06 -0800 Subject: Corrected a typo in the AnrTimer OWNERS Fixed a typo in an OWNERS file. The ".java" extension was wrong because the jni directory only has native code. The modification assigns the performance team as owner of all AnrTimer files. Bug: 282428924 Change-Id: Ib6e053a3b3e0f61f04de18be4ac7dc8158819710 --- services/core/jni/OWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/core/jni/OWNERS b/services/core/jni/OWNERS index fd9d4a44b65d..d4f6312d19d9 100644 --- a/services/core/jni/OWNERS +++ b/services/core/jni/OWNERS @@ -30,5 +30,5 @@ per-file com_android_server_vibrator_* = file:/services/core/java/com/android/se per-file com_android_server_am_CachedAppOptimizer.cpp = timmurray@google.com, edgararriaga@google.com, dualli@google.com, carmenjackson@google.com, philipcuadra@google.com per-file com_android_server_companion_virtual_InputController.cpp = file:/services/companion/java/com/android/server/companion/virtual/OWNERS -# Bug component : 158088 = per-file com_android_server_utils_AnrTimer*.java -per-file com_android_server_utils_AnrTimer*.java = file:/PERFORMANCE_OWNERS +# Bug component : 158088 = per-file *AnrTimer* +per-file *AnrTimer* = file:/PERFORMANCE_OWNERS -- cgit v1.2.3-59-g8ed1b