Merge "task_profiles.json: add taskprofile for dex2oat boot_complete policy" into sc-dev
This commit is contained in:
commit
db4a23996d
1 changed files with 5 additions and 1 deletions
|
|
@ -584,7 +584,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"AggregateProfiles": [
|
"AggregateProfiles": [
|
||||||
|
|
@ -635,6 +635,10 @@
|
||||||
{
|
{
|
||||||
"Name": "CPUSET_SP_RESTRICTED",
|
"Name": "CPUSET_SP_RESTRICTED",
|
||||||
"Profiles": [ "ServiceCapacityRestricted", "TimerSlackNormal" ]
|
"Profiles": [ "ServiceCapacityRestricted", "TimerSlackNormal" ]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "Dex2OatBootComplete",
|
||||||
|
"Profiles": [ "SCHED_SP_BACKGROUND" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue