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

Commit 9d851839 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "apexd is started much earlier to create loopback devices" am: 34f3660e am: bc08d9d2

am: e5633c18

Change-Id: I97743dea1fa022844b7dcf5f33a42bc240e81708
parents cc155401 e5633c18
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -277,6 +277,10 @@ on init

    # Start logd before any other services run to ensure we capture all of their logs.
    start logd

    # Start apexd as soon as we can
    start apexd

    # Start essential services.
    start servicemanager
    start hwservicemanager
@@ -412,8 +416,8 @@ on post-fs-data
    mkdir /data/bootchart 0755 shell shell
    bootchart start

    # Start apexd as soon as we can
    start apexd
    # /data/apex is now available. Let apexd to scan and activate APEXes.
    setprop apexd.data.status ready

    # Avoid predictable entropy pool. Carry over entropy from previous boot.
    copy /data/system/entropy.dat /dev/urandom