summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-10-01 14:36:26 -0700
committerJeff Sharkey <jsharkey@android.com>2012-10-01 14:36:26 -0700
commitb77bc4696b19d9b1ef82810f8d5f671c963d1dc1 (patch)
tree22c1cc2c4e570deaa51403b90656afe1078e3343
parente919efea94b178ed214ed2e78ef0d008727d62ab (diff)
downloadsystem_vold-b77bc4696b19d9b1ef82810f8d5f671c963d1dc1.zip
system_vold-b77bc4696b19d9b1ef82810f8d5f671c963d1dc1.tar.gz
system_vold-b77bc4696b19d9b1ef82810f8d5f671c963d1dc1.tar.bz2
Update environment variable for multi-user.
Bug: 7260040 Change-Id: I96d821e11a3f0be32bfe92a4151f00f2b15d100e
-rw-r--r--cryptfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs.c b/cryptfs.c
index b2499aa..87ab281 100644
--- a/cryptfs.c
+++ b/cryptfs.c
@@ -1192,7 +1192,7 @@ int cryptfs_enable(char *howarg, char *passwd)
acquire_wake_lock(PARTIAL_WAKE_LOCK, lockid);
/* Get the sdcard mount point */
- sd_mnt_point = getenv("MULTIUSER_EXTERNAL_STORAGE");
+ sd_mnt_point = getenv("EMULATED_STORAGE_SOURCE");
if (!sd_mnt_point) {
sd_mnt_point = getenv("EXTERNAL_STORAGE");
}