Revert "Revert "Start hwservicemanager earlier.""
This reverts commit 5011270225.
Now starting even earlier.
Reason for revert: Needed change, reverted b/c broken device.
Bug: 36278706
Test: original DOA device boots
Test: angler, bullhead, fugu, marlin, ryu
Test: all these devices boot with wipe
Test: all these devices boot with w/o wipe
Test: lshal shows all included services
Change-Id: Ic639aedf7834b1bd3a26d23d109727f5559317e9
This commit is contained in:
parent
f5d727f221
commit
d627502bb0
1 changed files with 5 additions and 2 deletions
|
|
@ -299,6 +299,8 @@ on late-init
|
|||
|
||||
on post-fs
|
||||
start logd
|
||||
start hwservicemanager
|
||||
|
||||
# once everything is setup, no need to modify /
|
||||
mount rootfs rootfs / ro remount
|
||||
# Mount shared so changes propagate into child namespaces
|
||||
|
|
@ -589,8 +591,9 @@ on boot
|
|||
# Define default initial receive window size in segments.
|
||||
setprop net.tcp.default_init_rwnd 60
|
||||
|
||||
# Start all binderized HAL daemons
|
||||
start hwservicemanager
|
||||
# Start standard binderized HAL daemons
|
||||
class_start hal
|
||||
|
||||
class_start core
|
||||
|
||||
on nonencrypted
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue