[roll] Roll fuchsia [sdk]: Add stdcompat to the sdk.

'stdcompat' is meant to be the go to place for polyfills in the sdk and
fuchsia tree. fit::* polyfills where branched here, and updated to match
spec.

This is the first step before migrating people out of using
fit::{variant, optional, source_location, string_view}.

Update wrong include path in utility header, which broke within the sdk
builder.

Test: stdcompat-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/473863
Original-Revision: c7084ecf1255e4f021201461e76a142e5a2d9b99
GitOrigin-RevId: f509ffd465812fd0d21b22920b9692859602dcae
Change-Id: I6fffd4421ab4dd9c65fdc28dc9df14a5b7b72f94
1 file changed
tree: ad1ab60f72a8f14acbedb66e8f92f51dd0f1845d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.