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

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

Merge "Enable zip64 support in build image script" am: 1fca7c5e am: e6528600

parents 20f939e2 e6528600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ def RebuildAndWriteSuperImages(input_file, output_file):
  logger.info('Writing super.img to archive...')
  with zipfile.ZipFile(
      output_file, 'a', compression=zipfile.ZIP_DEFLATED,
      allowZip64=not OPTIONS.sparse_userimages) as output_zip:
      allowZip64=True) as output_zip:
    common.ZipWrite(output_zip, super_file, 'super.img')