Merge "Add /dev/stdin, /dev/stdout, and /dev/stderr in recovery too." am: 11f766af4e am: a35802b71d
am: f64f65b1c3
Change-Id: I6f4aa146e17a0d38a06fc9a1208d0cb204c6d731
This commit is contained in:
@@ -13,6 +13,10 @@ on init
|
||||
export ANDROID_DATA /data
|
||||
export EXTERNAL_STORAGE /sdcard
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user