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

am: b354a61

* commit 'b354a61f3ec3b4c6463aac2a80f23e5772b6b164':
  Use fs_config files for mksquashfs

Change-Id: I422bd6f5b8e7e587bec3caef1525497904268a96
This commit is contained in:
Mohamad Ayyash 2016-04-08 17:52:24 +00:00 committed by android-build-merger
commit 230ef583b0
1 changed files with 2 additions and 0 deletions

View File

@ -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: