platform_build_soong/third_party/zip
Colin Cross c2a62d40fa Strip zip64 extras after writing local header when copying
writeHeader generates zip64 extras that are correct for the local
header, but incorrect for the central directory header.  Strip the
extras again after writeHeader so that the central directory header
extras are recreated correctly.

Test: Zip2Zip64
Bug: 296314205
Change-Id: I1ca6a5745a9f97426df6c111db444facdfa25b2e
2023-08-22 14:24:25 -07:00
..
testdata Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
Android.bp Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
android.go Strip zip64 extras after writing local header when copying 2023-08-22 14:24:25 -07:00
android_test.go Update directorySize check in TestZip64P7ZipRecords 2023-06-22 16:29:25 +00:00
example_test.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
LICENSE Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
reader.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
reader_test.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
register.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
struct.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
writer.go Support robolectric zip expectations (similar to command line zip) 2022-12-01 20:26:16 +00:00
writer_test.go Add archive/zip from go1.7rc5 tag 2016-08-10 16:10:16 -07:00
zip_test.go Inclusive fix: change the word dummy to fake in zip_test.go 2020-07-28 18:21:10 +00:00