Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faadef94 authored by Michael Wachenschwanz's avatar Michael Wachenschwanz
Browse files

Update am/OWNERS to remap some tests.

Add a couple wild cards to some per-file Owner mappings so the related
tests files are mapped to the owners, as well.

ex.
ProcessRecordTests.java now gets mapped to ACTIVITY_MANAGER_OWNERS
ProcessStateControllerTest.java now gets mapped to OOM_ADJUSTER_OWNERS

Flag: EXEMPT only changing OWNERS
Bug: n/a
Test: n/a
Change-Id: I9ace87b147b562104b8a38831e02f33ee29f3cc4
parent f3299957
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ per-file ActivityManager* = file:platform/system/zygote:/OWNERS
per-file ActiveServices.java = file:/ACTIVITY_MANAGER_OWNERS
per-file ProcessList.java = file:/ACTIVITY_MANAGER_OWNERS
per-file ActivityThread.java = file:/ACTIVITY_MANAGER_OWNERS
per-file Process*Record.java = file:/ACTIVITY_MANAGER_OWNERS
per-file Process*Record* = file:/ACTIVITY_MANAGER_OWNERS
per-file SystemServer.java = file:/ACTIVITY_MANAGER_OWNERS
per-file ServiceRecord.java = file:/ACTIVITY_MANAGER_OWNERS
per-file AppProfiler.java = file:/ACTIVITY_MANAGER_OWNERS
@@ -55,7 +55,7 @@ per-file *Package* = patb@google.com

# OOM Adjuster & ProcessStateController
per-file *Oom* = file:/OOM_ADJUSTER_OWNERS
per-file ProcessStateController.java = file:/OOM_ADJUSTER_OWNERS
per-file ProcessStateController* = file:/OOM_ADJUSTER_OWNERS

# Miscellaneous
per-file SettingsToPropertiesMapper.java = omakoto@google.com, yamasani@google.com, dzshen@google.com, zhidou@google.com, marybethfair@google.com