init.rc: start all 3 servicemanagers early
With the binder traffic of composer moved to vndbinder, vndservicemanager is needed to be started early to get bootanim displayed quickly. Also servicemanager is required to be start early to support early bootanim and sufaceflinger. Bug: 37306311 Test: bootanim regression fixed Change-Id: Ice1e05bdb3fe4e67a63a49f1db8afdb018c7b61b
This commit is contained in:
parent
57d4c59559
commit
00cdc10662
1 changed files with 2 additions and 0 deletions
|
@ -299,7 +299,9 @@ on late-init
|
|||
|
||||
on post-fs
|
||||
start logd
|
||||
start servicemanager
|
||||
start hwservicemanager
|
||||
start vndservicemanager
|
||||
|
||||
# once everything is setup, no need to modify /
|
||||
mount rootfs rootfs / ro remount
|
||||
|
|
Loading…
Reference in a new issue