summaryrefslogtreecommitdiffstats
path: root/init.ranchu.rc
diff options
context:
space:
mode:
authorYu Ning <yu.ning@intel.com>2016-01-08 17:53:31 +0800
committerPrathmesh Prabhu <pprabhu@google.com>2016-02-29 18:38:50 +0000
commit61d3a7e61111ea06f7173635e1118a2648a6db80 (patch)
treec1df12013fb707dd5556b57dc56b5e27e9d17c7e /init.ranchu.rc
parent294e955a1cbb89366a9224d1d01338d14a91cd58 (diff)
downloadandroid_device_generic_goldfish-61d3a7e61111ea06f7173635e1118a2648a6db80.tar.gz
android_device_generic_goldfish-61d3a7e61111ea06f7173635e1118a2648a6db80.tar.bz2
android_device_generic_goldfish-61d3a7e61111ea06f7173635e1118a2648a6db80.zip
ranchu: Enable an adoptable SD card
This CL is only applicable to API 23 and above. It is the ranchu version of https://android-review.googlesource.com/195220. See also a related CL that works for APIs 21 and 22: https://android-review.googlesource.com/145850 It requires the following CLs: https://android-review.googlesource.com/195057 https://android-review.googlesource.com/195240 Change-Id: Id77a3bc3d0d9a054f7e9c0f70cce678f2627912a Signed-off-by: Yu Ning <yu.ning@intel.com> (cherry picked from commit f08ecd12ddcde47deee418dfdb652fde5d38a16d)
Diffstat (limited to 'init.ranchu.rc')
-rw-r--r--init.ranchu.rc6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.ranchu.rc b/init.ranchu.rc
index d4e4e9f..b6ae8b7 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -5,12 +5,8 @@ on early-init
mount debugfs debugfs /sys/kernel/debug
on init
- # See storage config details at http://source.android.com/tech/storage/
- mkdir /storage/sdcard 0555 root root
-
# Support legacy paths
- #symlink /storage/sdcard /sdcard
- #symlink /storage/sdcard /mnt/sdcard
+ symlink /sdcard /mnt/sdcard
symlink /dev/goldfish_pipe /dev/android_pipe
symlink /dev/goldfish_pipe /dev/qemu_pipe