summaryrefslogtreecommitdiffstats
path: root/recovery.rc
diff options
context:
space:
mode:
authorAndrew Dodd <atd7@cornell.edu>2012-05-31 22:19:25 -0400
committerAndrew Dodd <atd7@cornell.edu>2012-05-31 22:19:25 -0400
commitd4757d896543c148636eef96a6b4a9682a9967d7 (patch)
treefc733b83abf0845e2c8b260bbba39f681c5f281e /recovery.rc
parent8964a437c40098232abc83401bd9935fba09563c (diff)
downloaddevice_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.zip
device_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.tar.gz
device_samsung_n7000-d4757d896543c148636eef96a6b4a9682a9967d7.tar.bz2
n7000: Bring storage configuration in line with I9100/I777
Swaps /sdcard and /emmc in most cases Also permits USB OTG storage devices to work Change-Id: I44a60b7663ea918f5e4870606985d1cd6441aaa5
Diffstat (limited to 'recovery.rc')
-rw-r--r--recovery.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recovery.rc b/recovery.rc
index 53a0b2f..d9fbb50 100644
--- a/recovery.rc
+++ b/recovery.rc
@@ -5,6 +5,8 @@ on init
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
export ANDROID_ROOT /system
export ANDROID_DATA /data
+ export ANDROID_CACHE /cache
+ export SECONDARY_STORAGE /emmc
export EXTERNAL_STORAGE /sdcard
symlink /system/etc /etc