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

Commit 687ade49 authored by Lee Shombert's avatar Lee Shombert
Browse files

Set the proper owners for cache tests

This sets the performance team as owners of the tests for
PropertyInvalidatedCache.java and IpcDataCache.java.

This also sets the performance team as owners of performance.aconfig,
which is meant to hold performance-team flags for android.app.

Flag: EXEMPT owners-only
Bug: 360897450
Test: presubmit
Change-Id: Ic0dd4bca077fd1880149de859649c2ce3e673acc
parent 8a56fce8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ per-file InstantAppResolveInfo.aidl = file:/services/core/java/com/android/serve

# Performance
per-file PropertyInvalidatedCache.java = file:/PERFORMANCE_OWNERS
per-file performance.aconfig = file:/PERFORMANCE_OWNERS

# Pinner
per-file pinner-client.aconfig = file:/core/java/android/app/pinner/OWNERS
+2 −0
Original line number Diff line number Diff line
@@ -14,3 +14,5 @@ per-file KeyguardManagerTest.java = file:/services/core/java/com/android/server/
# Files related to background activity launches
per-file Background*Start* = file:/BAL_OWNERS

# Files related to caching
per-file PropertyInvalidatedCache* = file:/PERFORMANCE_OWNERS
+3 −0
Original line number Diff line number Diff line
@@ -9,3 +9,6 @@ per-file PowerManager*.java = file:/services/core/java/com/android/server/power/

# PerformanceHintManager
per-file PerformanceHintManagerTest.java = file:/ADPF_OWNERS

# Caching
per-file IpcDataCache* = file:/PERFORMANCE_OWNERS