On 04/29/2013 01:18 PM, William Roberts wrote:
Am I the only one getting a build error on 23fsck failing with created
userdata.img?

I just turned the flag off for the check in build_image.py

diff --git a/tools/releasetools/build_image.py
b/tools/releasetools/build_image.py
index 94a9fda..734ca34 100755
--- a/tools/releasetools/build_image.py
+++ b/tools/releasetools/build_image.py
@@ -56,7 +56,7 @@ def BuildImage(in_dir, prop_dict, out_file):
      build_command = ["mkuserimg.sh"]
      if "extfs_sparse_flag" in prop_dict:
        build_command.append(prop_dict["extfs_sparse_flag"])
-      run_fsck = True
+      run_fsck = False
      build_command.extend([in_dir, out_file, fs_type,
                            prop_dict["mount_point"]])
      if "partition_size" in prop_dict:

Might want to retry without this change; I merged latest AOSP master this morning and rebuilt without any problems.




--
This message was distributed to subscribers of the seandroid-list mailing list.
If you no longer wish to subscribe, send mail to [email protected] with
the words "unsubscribe seandroid-list" without quotes as the message.

Reply via email to