Merge "Add /dev/stdin, /dev/stdout, and /dev/stderr." am: 6ec934bc9d

am: 295c7983a0

Change-Id: Iaadd7147e3e779f6d804dd225853b462a8ffef8f
This commit is contained in:
Elliott Hughes 2018-08-22 16:10:01 -07:00 committed by android-build-merger
commit 8b06759532

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