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

Commit 45f74b10 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "releasetools: Update the comments regarding selinux_fc."

parents e591ef32 13ebc021
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -332,10 +332,8 @@ def LoadInfoDict(input_file, repacking=False):
    raise ValueError("Failed to find 'fstab_version'")
    raise ValueError("Failed to find 'fstab_version'")


  if repacking:
  if repacking:
    # We carry a copy of file_contexts.bin under META/. If not available, search
    # "selinux_fc" should point to the file_contexts file (file_contexts.bin)
    # BOOT/RAMDISK/. Note that sometimes we may need a different file to build
    # under META/.
    # images than the one running on device, in that case, we must have the one
    # for image generation copied to META/.
    fc_basename = os.path.basename(d.get("selinux_fc", "file_contexts"))
    fc_basename = os.path.basename(d.get("selinux_fc", "file_contexts"))
    fc_config = os.path.join(input_file, "META", fc_basename)
    fc_config = os.path.join(input_file, "META", fc_basename)
    assert os.path.exists(fc_config)
    assert os.path.exists(fc_config)