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

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

Merge "ota_utils: Don't fail if metadata proto doesn't exist" am: 07491322...

Merge "ota_utils: Don't fail if metadata proto doesn't exist" am: 07491322 am: 412eb366 am: 0f240669 am: 0f8f4979

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

Change-Id: I9864a7d6338de7309e604365bc56d25221d3ff2e
parents 9aed5f64 0f8f4979
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -569,6 +569,7 @@ class PropertyFiles(object):
      tokens.append('metadata.pb:' + ' ' * 15)
    else:
      tokens.append(ComputeEntryOffsetSize(METADATA_NAME))
      if METADATA_PROTO_NAME in zip_file.namelist():
          tokens.append(ComputeEntryOffsetSize(METADATA_PROTO_NAME))

    return ','.join(tokens)