Merge "Add /dev/stdin, /dev/stdout, and /dev/stderr."
am: 6ec934bc9d
Change-Id: Ic358fa48567a79b1c259d9127bcdd8eb8249e8db
This commit is contained in:
commit
295c7983a0
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue