Put composer 2.3 in the right cpuset.
the composer HAL should be in the system-background cpuset, but hwc 2.3 is not in any cpuset. This patch restricts it to system-background. BUG: 132559090 Test: Build, flash and boot. Change-Id: I1739a6c049e195f6cc79b81fcba7a6fcb55b546a
This commit is contained in:
parent
e84f442c4c
commit
a83af2b6fd
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@ service vendor.hwcomposer-2-3 /vendor/bin/hw/android.hardware.graphics.composer@
|
|||
group graphics drmrpc
|
||||
capabilities SYS_NICE
|
||||
onrestart restart surfaceflinger
|
||||
writepid /dev/cpuset/system-background/tasks
|
||||
|
|
Loading…
Reference in a new issue