platform_build_soong/third_party/zip
Spandan Das ce7cbbe788 Update directorySize check in TestZip64P7ZipRecords
With ag/20611145, the dir size is not uint32max by default. Update the
value in the test accordingly.

(The test was not discovered in CI because gotestrunner
runs the tests using `-test.short` flag, and skips this test)

Test: go test ./third_party/zip -run  TestZip64P7ZipRecords
Change-Id: I47885f23fe32ff5ed30c44d52561cd11d59020ec
2023-06-22 16:29:25 +00:00
..
testdata
Android.bp Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
android.go
android_test.go Update directorySize check in TestZip64P7ZipRecords 2023-06-22 16:29:25 +00:00
example_test.go
LICENSE Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
reader.go
reader_test.go Reformat build/soong for go 1.19 2022-08-17 10:43:13 -07:00
register.go
struct.go
writer.go Support robolectric zip expectations (similar to command line zip) 2022-12-01 20:26:16 +00:00
writer_test.go
zip_test.go