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

Commit d627502b authored by Steven Moreland's avatar Steven Moreland
Browse files

Revert "Revert "Start hwservicemanager earlier.""

This reverts commit 50112702.

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
parent f5d727f2
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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