Merge "build_image: hard code set inode size to 256"
am: 546550e095
Change-Id: I718b3479e373acfb381c9f20edbfaa3beb97a054
This commit is contained in:
@@ -280,6 +280,7 @@ def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config):
|
|||||||
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 "ext4_share_dup_blocks" in prop_dict:
|
||||||
build_command.append("-c")
|
build_command.append("-c")
|
||||||
|
build_command.extend(["--inode_size", "256"])
|
||||||
if "selinux_fc" in prop_dict:
|
if "selinux_fc" in prop_dict:
|
||||||
build_command.append(prop_dict["selinux_fc"])
|
build_command.append(prop_dict["selinux_fc"])
|
||||||
elif fs_type.startswith("squash"):
|
elif fs_type.startswith("squash"):
|
||||||
|
Reference in New Issue
Block a user