Revert "Updating Attributes on task_profiles.json"
This reverts commit 92153fb955
.
Bug: 261857030
Ignore-AOSP-First: this change is for the U branch only.
Change-Id: I99417707f0d0b8c7dca3927b6ce9d52436621f4e
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
parent
878406e7f1
commit
f4a3d72ee8
1 changed files with 3 additions and 6 deletions
|
@ -80,20 +80,17 @@
|
|||
{
|
||||
"Name": "BfqWeight",
|
||||
"Controller": "io",
|
||||
"File": "blkio.bfq.weight",
|
||||
"FileV2": "io.bfq.weight"
|
||||
"File": "io.bfq.weight"
|
||||
},
|
||||
{
|
||||
"Name": "CfqGroupIdle",
|
||||
"Controller": "io",
|
||||
"File": "blkio.group_idle",
|
||||
"FileV2": "io.group_idle"
|
||||
"File": "io.group_idle"
|
||||
},
|
||||
{
|
||||
"Name": "CfqWeight",
|
||||
"Controller": "io",
|
||||
"File": "blkio.weight",
|
||||
"FileV2": "io.weight"
|
||||
"File": "io.weight"
|
||||
}
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue