aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-08-22 18:17:23 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-22 18:17:23 -0700
commit42a1e6c9d827fc3d64ad3b0750b87de1f4c436e7 (patch)
tree642d775ca509150923015efe78aa2e8467618d9b /include
parentf70c6da41ef13146b85e1101d1e708cd35f81b78 (diff)
parentbfcd810b792f7ffbb2ec1360c0c2662725fd0362 (diff)
downloadsystem_core-42a1e6c9d827fc3d64ad3b0750b87de1f4c436e7.zip
system_core-42a1e6c9d827fc3d64ad3b0750b87de1f4c436e7.tar.gz
system_core-42a1e6c9d827fc3d64ad3b0750b87de1f4c436e7.tar.bz2
Merge "Iteration on multi-user external storage." into jb-mr1-dev
Diffstat (limited to 'include')
-rw-r--r--include/private/android_filesystem_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index db9efbb..6521cbe 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -229,9 +229,6 @@ static struct fs_path_config android_files[] = {
{ 00644, AID_ROOT, AID_ROOT, 0 },
};
-#define EXTERNAL_STORAGE_SYSTEM "/mnt/shell/sdcard0"
-#define EXTERNAL_STORAGE_APP "/storage/sdcard0"
-
static inline void fs_config(const char *path, int dir,
unsigned *uid, unsigned *gid, unsigned *mode)
{