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

Commit 8de8eb74 authored by Orion Hodson's avatar Orion Hodson Committed by Gerrit Code Review
Browse files

Merge "Revert "Exec_start derive_classpath on post-fs-data.""

parents 15ab143b 9ebc6085
Loading
Loading
Loading
Loading
+3 −7
Original line number Original line Diff line number Diff line
@@ -884,12 +884,9 @@ on post-fs-data
    wait_for_prop apexd.status activated
    wait_for_prop apexd.status activated
    perform_apex_config
    perform_apex_config


    # Define and export *CLASSPATH variables
    # Export *CLASSPATH variables from /etc/classpath
    mkdir /data/system/environ 0700 system system
    # TODO(b/180105615): export from the generated file instead.
    # Must start before 'odsign', as odsign depends on *CLASSPATH variables
    load_exports /etc/classpath
    exec_start derive_classpath
    load_exports /data/system/environ/classpath
    rm /data/system/environ/classpath


    # Special-case /data/media/obb per b/64566063
    # Special-case /data/media/obb per b/64566063
    mkdir /data/media 0770 media_rw media_rw encryption=None
    mkdir /data/media 0770 media_rw media_rw encryption=None
@@ -905,7 +902,6 @@ on post-fs-data


    # Start the on-device signing daemon, and wait for it to finish, to ensure
    # Start the on-device signing daemon, and wait for it to finish, to ensure
    # ART artifacts are generated if needed.
    # ART artifacts are generated if needed.
    # Must start after 'derive_classpath' to have *CLASSPATH variables set.
    exec_start odsign
    exec_start odsign


    # After apexes are mounted, tell keymaster early boot has ended, so it will
    # After apexes are mounted, tell keymaster early boot has ended, so it will