commit | e838b9f5afb67e880078382a766c9036a72d5ecb | [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 | 8d323ffca912f61f14837a539827ac7e804386ba [diff] | |
parent | bffaf26788d4281573bf691e7ff2d212094eebf1 [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" } ],