[roll] Roll fuchsia [display] Replace cpp20::span with std::span.

Now that the display stack only supports C++20 (or newer), cpp20::span
is equivalent to std::span. We replace it so that it is consistent
across our codebase, so that human and agents can use the correct
header and types.

Test: fx build
Original-Bug: 499363914
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1565580
Original-Revision: 416d62453dbe8d3dea0be6a0638bf9446a4f2410
GitOrigin-RevId: c7507998afffc52f0f055096c2a46a2a1a65bf40
Change-Id: I6859cb66f865b7c79327a22f648917c5e5fad244
1 file changed
tree: b816ab57e0cdae979186441d6a0134532dcf8f3a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.