diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-09-06 13:18:55 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2012-09-06 13:18:55 -0700 |
commit | fcb32db41885ef3ec0e7951e51e78d9bef1d2f8f (patch) | |
tree | 78baad0ecddbe074efa8c90366cd8b2a0c68fb06 | |
parent | 29e86761b866fa9898a9a62d7606685c7e409d3c (diff) | |
download | device_samsung_tuna-fcb32db41885ef3ec0e7951e51e78d9bef1d2f8f.zip device_samsung_tuna-fcb32db41885ef3ec0e7951e51e78d9bef1d2f8f.tar.gz device_samsung_tuna-fcb32db41885ef3ec0e7951e51e78d9bef1d2f8f.tar.bz2 |
Bring back ADB_EXTERNAL_STORAGE.
Bug: 7119408
Change-Id: Ia08146965ee6218a033a70c2f02cbc621e339316
-rwxr-xr-x | init.tuna.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index a55d833..530330f 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -6,6 +6,7 @@ on init mkdir /storage/sdcard0 0000 root root export EXTERNAL_STORAGE /storage/sdcard0 + export ADB_EXTERNAL_STORAGE /mnt/shell/sdcard0/0 export MULTIUSER_EXTERNAL_STORAGE /mnt/shell/sdcard0 # Support legacy paths |