[roll] Roll fuchsia [storage] Use std:span::data() instead of std::begin()

This is more correct and avoids compile error in -std=c++20 mode.

Original-Bug: 113689
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/750412
Original-Revision: bc02fe15167cf56a8a17ff9bb8e6b798d464115c
GitOrigin-RevId: f96a5f58a264f187df26e37820c18d1080967af8
Change-Id: I327973f09b2d02e606f5c1f3eca65bbe62c70e53
1 file changed
tree: 7cef4c108ae705c31ce242731ee073bfc5b4e050
  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.