[roll] Roll fuchsia [volume_image]: Fix some issues.

slice_count not computed correctly, this affects only sparse images,
since the raw image doesnt have the notion of filling slices.

This was caught by the added test.

Decompressing sparse image was not providing the size hint, so the
underlying decompression buffer could get stuck because It was not big
enough to fit the decompressed data.

And adjusting to the new fvm sparse flag that optionally disables
filling slice content. To match previous behavior, compressed sparse
images, will always write the filled zero extents.

Test: storage-volume-image-tests,
storage-volume-image-adapter-integration-tests,
fvm-sparse-image-reader-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/512141
Original-Revision: db3f8bf112294408d3b317daea3f794356daefc6
GitOrigin-RevId: a6c89dcb83813ff9e3c7234a884b4881f6e051bb
Change-Id: I8a4ccc190be8e968be82e5f73aaa4f645f3a479f
1 file changed
tree: e4e57066b1b9549f28c41ce0733cc9f03311858a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.