From 8837882fb96f58cfa52c0740ef646e6979da1316 Mon Sep 17 00:00:00 2001 From: Mohamad Ayyash Date: Thu, 7 Apr 2016 22:10:51 -0700 Subject: [PATCH] Use fs_config files for mksquashfs BUG: 27467028 Change-Id: I7648030ad4b31d70a5d439e9552fd2cbfe288b74 Signed-off-by: Mohamad Ayyash --- tools/releasetools/build_image.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/releasetools/build_image.py b/tools/releasetools/build_image.py index f35369f30..ce60667cc 100755 --- a/tools/releasetools/build_image.py +++ b/tools/releasetools/build_image.py @@ -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: -- 2.11.0