aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHashcode <hashcode0f@gmail.com>2015-05-27 21:08:22 -0700
committerHashBang <hashbang173@gmail.com>2015-05-29 18:25:37 -0400
commit0eae931e58c896b133c962a17316b748030db170 (patch)
tree6340badc58004278e1ea30afc787e9208fdc85e7
parentc727245d0624119c8ef004740ea2c100a977fce6 (diff)
otterx: add storage settings from common
Change-Id: I89e9d9662fdaf148767a355d724e1cf03d075968
-rw-r--r--init.otterx.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.otterx.rc b/init.otterx.rc
index 1d209b3..1141e9d 100644
--- a/init.otterx.rc
+++ b/init.otterx.rc
@@ -3,6 +3,10 @@ import init.omap4.rc
import init.otterx.usb.rc
on init
+ # See storage config details at http://source.android.com/tech/storage/
+ mkdir /mnt/shell/emulated 0700 shell shell
+ mkdir /storage/emulated 0555 root root
+
export EXTERNAL_STORAGE /storage/emulated/legacy
export EMULATED_STORAGE_SOURCE /mnt/shell/emulated
export EMULATED_STORAGE_TARGET /storage/emulated