Merge changes I52e778d1,I33f4d1d2

* changes:
  Rename "Dex2OatBootBackground" to "Dex2OatBackground".
  Add task profile "Dex2OatBackground".
This commit is contained in:
Jiakai Zhang 2022-12-12 17:37:42 +00:00 committed by Gerrit Code Review
commit 70d34f01a3

View file

@ -805,6 +805,10 @@
"Name": "Dex2OatBootComplete", "Name": "Dex2OatBootComplete",
"Profiles": [ "Dex2oatPerformance", "LowIoPriority", "TimerSlackHigh" ] "Profiles": [ "Dex2oatPerformance", "LowIoPriority", "TimerSlackHigh" ]
}, },
{
"Name": "Dex2OatBackground",
"Profiles": [ "Dex2OatBootComplete" ]
},
{ {
"Name": "OtaProfiles", "Name": "OtaProfiles",
"Profiles": [ "ServiceCapacityLow", "LowIoPriority", "HighEnergySaving" ] "Profiles": [ "ServiceCapacityLow", "LowIoPriority", "HighEnergySaving" ]