Change the cpuset of OtaProfiles

Previous setting is based on cpu shares, which is disabled first, so
we need to change the setting.

Bug: 218420168
Test: build pass
Change-Id: I5528fdccb77f82fc6b4b463476b85aff6b72dbc3
diff --git a/task_profiles.json b/task_profiles.json
index 5555d77..b113f35 100644
--- a/task_profiles.json
+++ b/task_profiles.json
@@ -60,14 +60,6 @@
       "Name": "OtaPerformance",
       "Actions": [
         {
-          "Name": "JoinCgroup",
-          "Params":
-          {
-            "Controller": "cpu",
-            "Path": "dex2oat"
-          }
-        },
-        {
           "Name": "WriteFile",
           "Params":
           {
@@ -282,7 +274,7 @@
     },
     {
       "Name": "OtaProfiles",
-      "Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ]
+      "Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ]
     }
   ]
 }