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:
Elliott Hughes
2018-08-23 10:13:58 -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