diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-09-06 13:18:55 -0700 |
---|---|---|
committer | The Android Automerger <android-build@android.com> | 2012-09-06 14:34:01 -0700 |
commit | efd21dde6024bdd23f364233fc77aa52d6139c9d (patch) | |
tree | 78baad0ecddbe074efa8c90366cd8b2a0c68fb06 | |
parent | d489a3fb119c9f73830ff0f1523b98387e1c8179 (diff) | |
download | device_samsung_tuna-efd21dde6024bdd23f364233fc77aa52d6139c9d.zip device_samsung_tuna-efd21dde6024bdd23f364233fc77aa52d6139c9d.tar.gz device_samsung_tuna-efd21dde6024bdd23f364233fc77aa52d6139c9d.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 |