Loading tools/releasetools/img_from_target_files.py +1 −1 Original line number Diff line number Diff line Loading @@ -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') Loading Loading
tools/releasetools/img_from_target_files.py +1 −1 Original line number Diff line number Diff line Loading @@ -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') Loading