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" ]