Merge "Add /dev/stdin, /dev/stdout, and /dev/stderr in recovery too." am: 11f766af4e

am: a35802b71d

Change-Id: Ic28d92ddf72c57d0e2ec3cedf2c737787491063c
This commit is contained in:
Elliott Hughes
2018-08-23 10:10:09 -07:00
committed by android-build-merger
+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