diff options
author | Suren Baghdasaryan <surenb@google.com> | 2020-05-01 16:50:07 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-01 16:50:07 +0000 |
commit | 172a573b4b245df1b03c4730dfc1e33839e9f0f0 (patch) | |
tree | 1f72f47cd647abe0ab4861ca1b243ff1e5eee932 | |
parent | 41113882da57f5fea5e5478ffb721455ed7c49e0 (diff) | |
parent | 1e4b31dd5dbbc3ef24155e8076edbfd80156f820 (diff) |
Merge "Replace direct pid writes with setting task profiles" am: 1e4b31dd5d
Change-Id: I200239325e06aa7beac9f857ffa382836a885923
-rw-r--r-- | cmds/bootanimation/bootanim.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/bootanim.rc b/cmds/bootanimation/bootanim.rc index 9f4f314a4324..ad4de0ab737a 100644 --- a/cmds/bootanimation/bootanim.rc +++ b/cmds/bootanimation/bootanim.rc @@ -5,4 +5,4 @@ service bootanim /system/bin/bootanimation disabled oneshot ioprio rt 0 - writepid /dev/stune/top-app/tasks + task_profiles MaxPerformance |