Merge "task_profiles.json: add taskprofile for dex2oat boot_complete policy"

This commit is contained in:
Treehugger Robot 2021-07-13 12:22:58 +00:00 committed by Gerrit Code Review
commit a7e63d9952

View file

@ -584,7 +584,7 @@
}
}
]
},
}
],
"AggregateProfiles": [
@ -635,6 +635,10 @@
{
"Name": "CPUSET_SP_RESTRICTED",
"Profiles": [ "ServiceCapacityRestricted", "TimerSlackNormal" ]
},
{
"Name": "Dex2OatBootComplete",
"Profiles": [ "SCHED_SP_BACKGROUND" ]
}
]
}