diff options
author | Jeff Sharkey <jsharkey@android.com> | 2012-08-17 16:01:16 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2012-08-20 13:11:11 -0700 |
commit | 5dd0f86fbfed631b31c9055109889f1d9559a3ea (patch) | |
tree | 2dd780836069abca78d0684cee75a0a5ca276128 /include | |
parent | ab163a9a1784594b46217576d0fa991496f3d14e (diff) | |
download | system_core-5dd0f86fbfed631b31c9055109889f1d9559a3ea.tar.gz system_core-5dd0f86fbfed631b31c9055109889f1d9559a3ea.tar.bz2 system_core-5dd0f86fbfed631b31c9055109889f1d9559a3ea.zip |
Migrate sdcard0 to shell-accessible location.
Also remove mount() from adb, since it can come online long before
data partition is ready. Set EXTERNAL_STORAGE environment variable
to point to owner for backwards compatibility.
Bug: 7005701
Change-Id: I63444f6636624eb7ad89f053daa289663424639e
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 012c2aebc..db9efbb1a 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -229,7 +229,7 @@ static struct fs_path_config android_files[] = { { 00644, AID_ROOT, AID_ROOT, 0 }, }; -#define EXTERNAL_STORAGE_SYSTEM "/mnt/secure/sdcard0" +#define EXTERNAL_STORAGE_SYSTEM "/mnt/shell/sdcard0" #define EXTERNAL_STORAGE_APP "/storage/sdcard0" static inline void fs_config(const char *path, int dir, |