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

Commit 99811e45 authored by Mohamad Ayyash's avatar Mohamad Ayyash Committed by Android Git Automerger
Browse files

am 07a7590f: Merge "build_image.py: Make sparse squashfs images" into mnc-dev

* commit '07a7590f':
  build_image.py: Make sparse squashfs images
parents 5e14d576 07a7590f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -293,6 +293,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"]])