[roll] Roll fuchsia [fshost] add fxblob support to wipe_storage

This does not add support to the recovery workflows which call
wipe_storage. An additional argument is added to wipe_storage which lets
the caller connect to the new blob creator protocol, which when passed
in on a system configured for fxblob will be connected.

This required some changes to the disk builder to make sure fxblob could
be written on a gpt partition, which is a requirement for wipe_storage.

Original-Fixed: b/293970561
Test: fx test fshost_integration_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/929352
Original-Revision: 54f0431a6a8bc21db8b864d9612d253d3da7555a
GitOrigin-RevId: 65ff4d824e03525e5ee0cc130c1a61c776c89e76
Change-Id: I15e7aeafa49598b83e2a3580c30dd4bf45c02981
1 file changed
tree: e807beb9c9f86eb83632c91e89a01a349ae6abc6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.