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

Commit ada54f54 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"...

Merge "task_profiles.json: add taskprofile for dex2oat boot_complete policy" into sc-dev am: db4a2399

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

Change-Id: I15cc2c786140f42c52b36bf5406eac1052df0ed1
parents 3f457fcd db4a2399
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" ]
    }
  ]
}