am eea86dbc: Final shuffle to make /sdcard work in shell.

* commit 'eea86dbc4b27344c51a913a80c2fc3852d44fcc8':
  Final shuffle to make /sdcard work in shell.
diff --git a/init.tuna.rc b/init.tuna.rc
index 6181640..e2cae6f 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -4,18 +4,16 @@
     # See storage config details at http://source.android.com/tech/storage/
     mkdir /mnt/shell/emulated 0700 shell shell
     mkdir /storage/emulated 0000 root root
-    mkdir /storage/emulated_legacy 0000 root root
 
-    export EXTERNAL_STORAGE /storage/emulated_legacy
-    export ADB_EXTERNAL_STORAGE /mnt/shell/emulated/0
-
+    export EXTERNAL_STORAGE /storage/emulated/legacy
     export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
     export EMULATED_STORAGE_TARGET /storage/emulated
 
     # Support legacy paths
-    symlink /storage/emulated_legacy /sdcard
-    symlink /storage/emulated_legacy /mnt/sdcard
-    symlink /storage/emulated_legacy /storage/sdcard0
+    symlink /storage/emulated/legacy /sdcard
+    symlink /storage/emulated/legacy /mnt/sdcard
+    symlink /storage/emulated/legacy /storage/sdcard0
+    symlink /mnt/shell/emulated/0 /storage/emulated/legacy
 
 on post-fs-data
     mkdir /data/media 0770 media_rw media_rw