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

This commit is contained in:
Treehugger Robot 2018-08-22 22:57:37 +00:00 committed by Gerrit Code Review
commit 6ec934bc9d

View file

@ -49,6 +49,10 @@ on init
copy /proc/cmdline /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/etc /etc