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

Commit cef0bb17 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "task_profiles.json: add taskprofile for dex2oat boot_complete policy" am: a7e63d99

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1763728

Change-Id: I7835320db4f5ac7a819b2df4ef4d7416bf627118
parents adabd1cd a7e63d99
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@
          }
        }
      ]
    },
    }
  ],

  "AggregateProfiles": [
@@ -635,6 +635,10 @@
    {
      "Name": "CPUSET_SP_RESTRICTED",
      "Profiles": [ "ServiceCapacityRestricted", "TimerSlackNormal" ]
    },
    {
      "Name": "Dex2OatBootComplete",
      "Profiles": [ "SCHED_SP_BACKGROUND" ]
    }
  ]
}