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

Commit b12e54c4 authored by Kiyoung Kim's avatar Kiyoung Kim Committed by Gerrit Code Review
Browse files

Merge "Do not execute linkerconfig from recovery"

parents 38f07f0b ea2b683f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ on early-init
    # Set the security context of /postinstall if present.
    restorecon /postinstall

    # Generate ld.config.txt for recovery processes
    exec u:r:linkerconfig:s0 -- /system/bin/linkerconfig --target /linkerconfig/ld.config.txt
    # Copy prebuilt ld.config.txt into linkerconfig directory
    copy /system/etc/ld.config.txt /linkerconfig/ld.config.txt
    chmod 444 /linkerconfig/ld.config.txt

    start ueventd