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

Commit 69772764 authored by Paul Lawrence's avatar Paul Lawrence Committed by The Android Automerger
Browse files

Revert "Change init sequence to support file level encryption"

This reverts commit 98c1a3de.

Change-Id: I524060418de18f97c3865ebc4435f501015e92ee
parent 0d2c0833
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ on boot
    class_start default

# Load properties from /system/ + /factory after fs mount.
on load_system_props_action
    load_system_props
on load_all_props_action
    load_all_props

on firmware_mounts_complete
   rm /dev/.booting
@@ -63,7 +63,7 @@ on late-init
    # Load properties from /system/ + /factory after fs mount. Place
    # this in another action so that the load will be scheduled after the prior
    # issued fs triggers have completed.
    trigger load_system_props_action
    trigger load_all_props_action

    # Remove a file to wake up anything waiting for firmware
    trigger firmware_mounts_complete