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

Commit fcd50929 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Start hwservicemanager earlier."

parents a06e1c9e 9e363311
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -346,6 +346,9 @@ on post-fs
    # create the lost+found directories, so as to enforce our permissions
    mkdir /cache/lost+found 0770 root root

on late-fs
    start hwservicemanager

on post-fs-data
    # We chown/chmod /data again so because mount is run as root + defaults
    chown system system /data
@@ -586,8 +589,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