Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6437ec5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "build_image: check value of "ext4_share_dup_blocks"" am: 9021d5c4

Change-Id: I5a7520122c6d6d43d5ddd882a0cdb1cad74d81a6
parents 9c2afcf9 9021d5c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -287,7 +287,7 @@ def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config):
        build_command.extend(["-U", prop_dict["uuid"]])
        build_command.extend(["-U", prop_dict["uuid"]])
      if "hash_seed" in prop_dict:
      if "hash_seed" in prop_dict:
        build_command.extend(["-S", prop_dict["hash_seed"]])
        build_command.extend(["-S", prop_dict["hash_seed"]])
    if "ext4_share_dup_blocks" in prop_dict:
    if prop_dict.get("ext4_share_dup_blocks") == "true":
      build_command.append("-c")
      build_command.append("-c")
    if (needs_projid):
    if (needs_projid):
      build_command.extend(["--inode_size", "512"])
      build_command.extend(["--inode_size", "512"])