Merge "Add /dev/stdin, /dev/stdout, and /dev/stderr in recovery too."

This commit is contained in:
Treehugger Robot
2018-08-23 16:54:33 +00:00
committed by Gerrit Code Review
+4
View File
@@ -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