summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-08-20 13:15:38 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-20 13:15:39 -0700
commita8c2112be672409a81f200c110f901fda4907bde (patch)
tree76387236d5f5406c624aefc83dc721d6b2f13d5a /include
parentbb0d0721e6bc5dcedc9bbbac0ea8fa4e57f487ad (diff)
parent5dd0f86fbfed631b31c9055109889f1d9559a3ea (diff)
downloadsystem_core-a8c2112be672409a81f200c110f901fda4907bde.zip
system_core-a8c2112be672409a81f200c110f901fda4907bde.tar.gz
system_core-a8c2112be672409a81f200c110f901fda4907bde.tar.bz2
Merge "Migrate sdcard0 to shell-accessible location." into jb-mr1-dev
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 012c2ae..db9efbb 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,