summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-09-27 17:49:03 -0700
committerYing Wang <wangying@google.com>2010-09-27 17:49:03 -0700
commit026f1451ce0c92c4630ca2d2d95f2fb9d68e9568 (patch)
tree4f4b4868f1fa77b132113ecf0bad32d8087f88eb /tools
parent1fdbf261a0d550baaed96f5461bb014754364c16 (diff)
downloadbuild-026f1451ce0c92c4630ca2d2d95f2fb9d68e9568.zip
build-026f1451ce0c92c4630ca2d2d95f2fb9d68e9568.tar.gz
build-026f1451ce0c92c4630ca2d2d95f2fb9d68e9568.tar.bz2
Fix userdata partition's ext4 mount point to data.
Bug: 3041475 Change-Id: I07306cd9c90072626dfc132d6655618ae70e64be
Diffstat (limited to 'tools')
-rwxr-xr-xtools/releasetools/img_from_target_files2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releasetools/img_from_target_files b/tools/releasetools/img_from_target_files
index 871e295..f10af49 100755
--- a/tools/releasetools/img_from_target_files
+++ b/tools/releasetools/img_from_target_files
@@ -64,7 +64,7 @@ def AddUserdata(output_zip):
if OPTIONS.info_dict["fstab"]["/data"].fs_type.startswith("ext"):
build_command = ["mkuserimg.sh",
user_dir, img.name,
- OPTIONS.info_dict["fstab"]["/data"].fs_type, "userdata"]
+ OPTIONS.info_dict["fstab"]["/data"].fs_type, "data"]
if "userdata_size" in OPTIONS.info_dict:
build_command.append(str(OPTIONS.info_dict["userdata_size"]))
else: