commit | 16dbe5dedde0d5418c6c498e596fc5da0104f16e | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 04 18:00:15 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 04 18:00:15 2020 +0000 |
tree | 56c0643e6288e28cfc9899c1e213bc97624bd4a1 | |
parent | 4a0bbf083818df790156c67681884e810ae8dd1d [diff] | |
parent | 44da3704f7029bf95ed201cf469b9326ade91a7d [diff] |
Merge "task_profiles.json: Fix uclamp attribute" am: 44da3704f7 Change-Id: I1b22629b71508585b04e04f87745d8f3ea54c18f
diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 3f3dbd7..3f08535 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json
@@ -43,12 +43,12 @@ { "Name": "UClampMin", "Controller": "cpu", - "File": "cpu.util.min" + "File": "cpu.uclamp.min" }, { "Name": "UClampMax", "Controller": "cpu", - "File": "cpu.util.max" + "File": "cpu.uclamp.max" } ],