Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 276ba2c7 authored by Wei Wang's avatar Wei Wang
Browse files

task_profiles: add ServicePerformance to legacy device policy



Since we are adding SCHED_SP_SYSTEM into framework, the policy is needed
on older releases as well.

Bug: 201428466
Test: Build
Signed-off-by: default avatarWei Wang <wvw@google.com>
Change-Id: I0784820bfec84fd8ef98f2feb2caee084d0a14a2
Merged-In: I0784820bfec84fd8ef98f2feb2caee084d0a14a2
parent 220f604c
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -39,6 +39,19 @@
        }
      ]
    },
    {
      "Name": "ServicePerformance",
      "Actions": [
        {
          "Name": "JoinCgroup",
          "Params":
          {
            "Controller": "schedtune",
            "Path": "background"
          }
        }
      ]
    },
    {
      "Name": "HighPerformance",
      "Actions": [
+13 −0
Original line number Diff line number Diff line
@@ -52,6 +52,19 @@
        }
      ]
    },
    {
      "Name": "ServicePerformance",
      "Actions": [
        {
          "Name": "JoinCgroup",
          "Params":
          {
            "Controller": "schedtune",
            "Path": "background"
          }
        }
      ]
    },
    {
      "Name": "MaxPerformance",
      "Actions": [
+13 −0
Original line number Diff line number Diff line
@@ -39,6 +39,19 @@
        }
      ]
    },
    {
      "Name": "ServicePerformance",
      "Actions": [
        {
          "Name": "JoinCgroup",
          "Params":
          {
            "Controller": "schedtune",
            "Path": "background"
          }
        }
      ]
    },
    {
      "Name": "HighPerformance",
      "Actions": [