From 2f762f10ec89e807f1b404f2963812e923005d69 Mon Sep 17 00:00:00 2001 From: Michael Wachenschwanz Date: Thu, 20 Jan 2022 15:03:36 -0800 Subject: [PATCH] Add BatteryStats owners to PowerProfile ownership Bug: 194419357 Test: n/a Change-Id: I088fb2513c906a4aee46791049a6bdb80f525a0f Ignore-AOSP-First: fix merge conflict with master --- core/java/com/android/internal/os/OWNERS | 1 + core/res/OWNERS | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/core/java/com/android/internal/os/OWNERS b/core/java/com/android/internal/os/OWNERS index 7766b77ab3c69..fd1d86b278346 100644 --- a/core/java/com/android/internal/os/OWNERS +++ b/core/java/com/android/internal/os/OWNERS @@ -12,4 +12,5 @@ per-file *PowerCalculator* = file:/BATTERY_STATS_OWNERS per-file *PowerEstimator* = file:/BATTERY_STATS_OWNERS per-file *Kernel* = file:/BATTERY_STATS_OWNERS per-file *MultiState* = file:/BATTERY_STATS_OWNERS +per-file *PowerProfile* = file:/BATTERY_STATS_OWNERS diff --git a/core/res/OWNERS b/core/res/OWNERS index b18a9896cb2a0..4bea4d55e5ef7 100644 --- a/core/res/OWNERS +++ b/core/res/OWNERS @@ -34,3 +34,7 @@ per-file res/values/dimens_car.xml = file:/platform/packages/services/Car:/OWNER # Wear per-file res/*-watch/* = file:/platform/frameworks/opt/wear:/OWNERS + +# PowerProfile +per-file res/xml/power_profile.xml = file:/BATTERY_STATS_OWNERS +per-file res/xml/power_profile_test.xml = file:/BATTERY_STATS_OWNERS