[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.