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

Commit a02d2734 authored by Victor Hsieh's avatar Victor Hsieh Committed by android-build-merger
Browse files

Merge "Move fsverity_init to after class_start core" am: 9a7e1eff am: 65170370

am: d5aaf571

Change-Id: Ic8436e99910131350d686eef700583fa2e81ab4d
parents 865e5725 d5aaf571
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -489,10 +489,6 @@ on post-fs-data
    mkdir /data/bootchart 0755 shell shell
    bootchart start

    # Load fsverity keys. This needs to happen before apexd, as post-install of
    # APEXes may rely on keys.
    exec -- /system/bin/fsverity_init

    # Make sure that apexd is started in the default namespace
    enter_default_mount_ns

@@ -824,6 +820,9 @@ on boot

    class_start core

    # Requires keystore (currently a core service) to be ready first.
    exec -- /system/bin/fsverity_init

on nonencrypted
    class_start main
    class_start late_start