diff options
| author | 2023-12-18 20:40:06 -0800 | |
|---|---|---|
| committer | 2023-12-18 20:40:06 -0800 | |
| commit | c52f157704787104c84126be5229ee3a7bd49575 (patch) | |
| tree | 94ac4b6f7d9fde6c83b4f89eb422140d3f4de263 | |
| parent | 0c668d12995b5a8e75bbd16da97cfd36cda55b0a (diff) | |
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
| -rw-r--r-- | services/core/jni/OWNERS | 4 |
1 files 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 |