[roll] Roll fuchsia [ffx][flash] add support for flashing sparse images

Adds new module ffx/lib/fastboot/src/sparse which exposes a single
function `build_sparse_files`. This function will take a file (provided
by path) and a maximum_download_size (the largest file a given device
can handle), and will create math::ceil(file_size/maximum_download_size)
temporary files in the Sparse Image format, and return their paths as a
list of strings.

This also includes (non public) structs and enums for defining and
describing Sparse Images.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/717202
Original-Revision: 58ba1dfe0a550dc74147f77b1da35bef96b5618e
GitOrigin-RevId: f04cc319dcf05a84f24727363b4a9e250d6703f5
Change-Id: I089032649ee2fa56d108d2f24805725c257a92a6
1 file changed
tree: 110e00c1dc2cfd739d2e984814bce161c5ae9af8
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
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.