From 1123feae194428b1fe97a13f0b89ef56217d3cc1 Mon Sep 17 00:00:00 2001 From: Yisroel Forta Date: Sun, 12 Feb 2023 18:15:23 +0000 Subject: [PATCH] Update OWNERS coverage for AppStartInfo interface begins with I and is not currently covered Test: presubmit Bug: 247814855 Change-Id: If06509a470322ebf26aa822bb97d846139d8fbbe --- core/java/android/app/OWNERS | 2 +- core/proto/android/app/OWNERS | 1 + core/proto/android/server/OWNERS | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/java/android/app/OWNERS b/core/java/android/app/OWNERS index 5e5461b272118..eea607bb03624 100644 --- a/core/java/android/app/OWNERS +++ b/core/java/android/app/OWNERS @@ -4,7 +4,7 @@ per-file ContextImpl.java = * # ActivityManager per-file ActivityManager* = file:/services/core/java/com/android/server/am/OWNERS -per-file ApplicationStartInfo* = file:/services/core/java/com/android/server/am/OWNERS +per-file *ApplicationStartInfo* = file:/services/core/java/com/android/server/am/OWNERS per-file ApplicationErrorReport* = file:/services/core/java/com/android/server/am/OWNERS per-file ApplicationExitInfo* = file:/services/core/java/com/android/server/am/OWNERS per-file Application.java = file:/services/core/java/com/android/server/am/OWNERS diff --git a/core/proto/android/app/OWNERS b/core/proto/android/app/OWNERS index 4d76aee9d722c..a137ea97b3a4b 100644 --- a/core/proto/android/app/OWNERS +++ b/core/proto/android/app/OWNERS @@ -1,2 +1,3 @@ +per-file appstartinfo.proto = file:/services/core/java/com/android/server/am/OWNERS per-file location_time_zone_manager.proto = file:platform/frameworks/base:/services/core/java/com/android/server/timezonedetector/OWNERS per-file time_zone_detector.proto = file:platform/frameworks/base:/services/core/java/com/android/server/timezonedetector/OWNERS diff --git a/core/proto/android/server/OWNERS b/core/proto/android/server/OWNERS index 72d39bfb3cd63..c6d3cda1eaf51 100644 --- a/core/proto/android/server/OWNERS +++ b/core/proto/android/server/OWNERS @@ -1 +1,2 @@ +per-file activitymanagerservice.proto = file:/services/core/java/com/android/server/am/OWNERS per-file window*.proto = file:/services/core/java/com/android/server/wm/OWNERS