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

Commit 230ef583 authored by Mohamad Ayyash's avatar Mohamad Ayyash Committed by android-build-merger
Browse files

Merge "Use fs_config files for mksquashfs" into nyc-dev

am: b354a61f

* commit 'b354a61f':
  Use fs_config files for mksquashfs

Change-Id: I422bd6f5b8e7e587bec3caef1525497904268a96
parents f8425557 b354a61f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -396,6 +396,8 @@ def BuildImage(in_dir, prop_dict, out_file, target_out=None):
    build_command.extend(["-m", prop_dict["mount_point"]])
    if target_out:
      build_command.extend(["-d", target_out])
    if fs_config:
      build_command.extend(["-C", fs_config])
    if "selinux_fc" in prop_dict:
      build_command.extend(["-c", prop_dict["selinux_fc"]])
    if "squashfs_compressor" in prop_dict: