From 38e9373a4bbf1a9ffcc8d218014f90c8edcd2bd4 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Tue, 6 Dec 2022 15:42:48 +0000 Subject: [PATCH] Add task profile "Dex2OatBackground". Bug: 261557677 Test: Presubmit Change-Id: I33f4d1d2270da82cf90a772ef52b450bcecafec2 Merged-In: I33f4d1d2270da82cf90a772ef52b450bcecafec2 (cherry picked from commit ecfbf9c6f48915b76a62c2668137a985e04d1436) --- libprocessgroup/profiles/task_profiles.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 15f95fcff..39c124e94 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -805,6 +805,10 @@ "Name": "Dex2OatBootComplete", "Profiles": [ "Dex2oatPerformance", "LowIoPriority", "TimerSlackHigh" ] }, + { + "Name": "Dex2OatBootBackground", + "Profiles": [ "Dex2OatBootComplete" ] + }, { "Name": "OtaProfiles", "Profiles": [ "ServiceCapacityLow", "LowIoPriority", "HighEnergySaving" ]