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

Commit 0d30007b authored by David Turner's avatar David Turner Committed by Android Git Automerger
Browse files

am 7a864af1: am aa112716: Merge "build_image: Set file system labels on disk images"

* commit '7a864af1':
  build_image: Set file system labels on disk images
parents dc4ea4f1 7a864af1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -248,6 +248,7 @@ def BuildImage(in_dir, prop_dict, out_file,
      build_command.extend(["-C", fs_config])
    if block_list is not None:
      build_command.extend(["-B", block_list])
    build_command.extend(["-L", prop_dict["mount_point"]])
    if fc_config is not None:
      build_command.append(fc_config)
    elif "selinux_fc" in prop_dict: