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

Commit a074e163 authored by Janis Danisevskis's avatar Janis Danisevskis Committed by android-build-merger
Browse files

Merge "Move early_hal start to late-fs trigger action" into oc-dev

am: 9cadfde2

Change-Id: I1498e1ecf8d736b68b3b0a70f2440bdf84156df0
parents 25c351cc 9cadfde2
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -301,9 +301,6 @@ on post-fs
    start logd
    start hwservicemanager

    # HALs required before data is mounted
    class_start early_hal

    # once everything is setup, no need to modify /
    mount rootfs rootfs / ro remount
    # Mount shared so changes propagate into child namespaces
@@ -352,6 +349,10 @@ on post-fs
    # create the lost+found directories, so as to enforce our permissions
    mkdir /cache/lost+found 0770 root root

on late-fs
    # HALs required before storage encryption can get unlocked (FBE/FDE)
    class_start early_hal

on post-fs-data
    # We chown/chmod /data again so because mount is run as root + defaults
    chown system system /data