Merge "Enable zip64 support in build image script"
This commit is contained in:
@@ -173,7 +173,7 @@ def RebuildAndWriteSuperImages(input_file, output_file):
|
|||||||
logger.info('Writing super.img to archive...')
|
logger.info('Writing super.img to archive...')
|
||||||
with zipfile.ZipFile(
|
with zipfile.ZipFile(
|
||||||
output_file, 'a', compression=zipfile.ZIP_DEFLATED,
|
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')
|
common.ZipWrite(output_zip, super_file, 'super.img')
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user