diff options
author | 2019-11-13 08:36:07 -0800 | |
---|---|---|
committer | 2019-11-14 08:14:24 -0800 | |
commit | 2edbe8e6ed0ed9ca4d06a975821acc1371afcc2b (patch) | |
tree | 3f4707106ff62ef8d2835e64410b8ce77bf8236e /rust/test_test.go | |
parent | f3898e3beff83f518fff8eaee545c333a40a079d (diff) |
Package fuzz targets into zipfiles, then coalesce.
Instead of writing all fuzz target files into a huge zipfile (by number
of entries), we instead write each fuzz target and its files to a
zipfile, then coalesce them into a big zipfile.
This should simplify the repackager significantly, as no unzipping and
repackaging should be needed (just renaming).
This also solves b/144418402, where we are very close to hitting the
POSIX args limit on the soong_zip command for the device fuzz package,
due to the line length generated by all the entries in the huge zipfile.
Fixes: 144418402
Test: make fuzz
Change-Id: I89797e1bea2691ff4a33a227306f2f9083d8af6e
Diffstat (limited to 'rust/test_test.go')
0 files changed, 0 insertions, 0 deletions