OSDN Git Service

Allow system images larger than 2GiB, pt. 2
authorGreg Hackmann <ghackmann@google.com>
Mon, 23 Mar 2015 21:05:50 +0000 (14:05 -0700)
committerGreg Hackmann <ghackmann@google.com>
Mon, 23 Mar 2015 21:35:50 +0000 (14:35 -0700)
commit6701db814585431ee032a5dab26a9c9af2323c7e
tree93fc31ff362a35a1664f87af26da7addb4a1401f
parentb59016703a540a541a94e352c1ef54442a0e95dd
Allow system images larger than 2GiB, pt. 2

We need to patch zipfile during close() too, because it refers to the
ZIP64 file size threshold when writing out the central directory

Bug: 18015246
Bug: 19888174

Change-Id: I1b49d653d0831fcc2106808f86c929d7a2b22ff3
Signed-off-by: Greg Hackmann <ghackmann@google.com>
tools/releasetools/img_from_target_files.py