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

Commit 5d56bad4 authored by Steven Moreland's avatar Steven Moreland Committed by Tom Cherry
Browse files

init.rc: add class_start early_hal

This class is used to start hals which are required in order to mount
data (for instance keymaster).

Test: works to start early_hal in internal
Bug: 36278706
Change-Id: If06908135e59b187683d8cf4cc4a00b490559081
parent 3f220aaa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -301,6 +301,9 @@ 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