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

Commit 6c546660 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Start hwservicemanager earlier." am: fcd50929

am: 0a85db77

Change-Id: I244eae87c9545432d4fc93ccb6dab77b1a564448
parents 69549a56 0a85db77
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