Consolidate Responsible API OWNERS

Introduces a new file that defines the owners for BAL logic.

Use this file for background activity start related files:
- BackgroundActivityStartController
- BackgroundActivityStartCallback
- BackgroundStartPrivileges
- BackgroundStartPrivilegesTest (in tests)

Change-Id: I3315a0f2216ed22a28b952f30afe0c3d14cfc955
Test: owners change only
This commit is contained in:
Achim Thesmann 2023-01-12 16:56:24 -08:00
parent 985c8dcf04
commit 195745df5b
3 changed files with 14 additions and 2 deletions

5
BAL_OWNERS Normal file
View File

@ -0,0 +1,5 @@
brufino@google.com
achim@google.com
topjohnwu@google.com
lus@google.com

View File

@ -10,3 +10,7 @@ per-file *UiAutomation* = file:/services/accessibility/OWNERS
# KeyguardManagerTest # KeyguardManagerTest
per-file KeyguardManagerTest.java = file:/services/core/java/com/android/server/locksettings/OWNERS per-file KeyguardManagerTest.java = file:/services/core/java/com/android/server/locksettings/OWNERS
# Files related to background activity launches
per-file Background*Start* = file:/BAL_OWNERS

View File

@ -18,5 +18,8 @@ rgl@google.com
yunfanc@google.com yunfanc@google.com
wilsonshih@google.com wilsonshih@google.com
per-file BackgroundActivityStartController.java = set noparent # Files related to background activity launches
per-file BackgroundActivityStartController.java = brufino@google.com, topjohnwu@google.com, achim@google.com, ogunwale@google.com, louischang@google.com, lus@google.com per-file Background*Start* = set noparent
per-file Background*Start* = file:/BAL_OWNERS
per-file Background*Start* = ogunwale@google.com, louischang@google.com