forked from openkylin/platform_build
build_image.py: Make sparse squashfs images
Change-Id: Iea0399868a9406f9929d8176d61d5698a2043697 Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
This commit is contained in:
parent
0a3b080ab4
commit
2cd51cc711
|
@ -268,6 +268,7 @@ def BuildImage(in_dir, prop_dict, out_file):
|
|||
elif fs_type.startswith("squash"):
|
||||
build_command = ["mksquashfsimage.sh"]
|
||||
build_command.extend([in_dir, out_file])
|
||||
build_command.extend(["-s"])
|
||||
build_command.extend(["-m", prop_dict["mount_point"]])
|
||||
if "selinux_fc" in prop_dict:
|
||||
build_command.extend(["-c", prop_dict["selinux_fc"]])
|
||||
|
|
Loading…
Reference in New Issue