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

Commit 6ec934bc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add /dev/stdin, /dev/stdout, and /dev/stderr."

parents 22c1eefb 5a0a51b8
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -49,6 +49,10 @@ on init
    copy /proc/cmdline /dev/urandom
    copy /proc/cmdline /dev/urandom
    copy /default.prop /dev/urandom
    copy /default.prop /dev/urandom


    symlink /proc/self/fd/0 /dev/stdin
    symlink /proc/self/fd/1 /dev/stdout
    symlink /proc/self/fd/2 /dev/stderr

    symlink /system/bin /bin
    symlink /system/bin /bin
    symlink /system/etc /etc
    symlink /system/etc /etc