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

Commit ba37412a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update comment up to date" am: cf7300e9 am: a93b9ff5

Original change: https://android-review.googlesource.com/c/platform/build/+/1928383

Change-Id: Iedf39242d7346ace096f2419ae38200ddf259d20
parents 8f45830c a93b9ff5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -608,7 +608,7 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
      common.ZipWriteStr(output_tf_zip, out_info, new_data)
      common.ZipWriteStr(output_tf_zip, out_info, new_data)


    # Replace the certs in *mac_permissions.xml (there could be multiple, such
    # Replace the certs in *mac_permissions.xml (there could be multiple, such
    # as {system,vendor}/etc/selinux/{plat,nonplat}_mac_permissions.xml).
    # as {system,vendor}/etc/selinux/{plat,vendor}_mac_permissions.xml).
    elif filename.endswith("mac_permissions.xml"):
    elif filename.endswith("mac_permissions.xml"):
      print("Rewriting %s with new keys." % (filename,))
      print("Rewriting %s with new keys." % (filename,))
      new_data = ReplaceCerts(data.decode())
      new_data = ReplaceCerts(data.decode())