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

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

am 042e8519: Merge "build_image.py: Make sparse squashfs images"

* commit '042e8519':
  build_image.py: Make sparse squashfs images
parents ca8fb0f2 042e8519
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"]])