[roll] Roll fuchsia Revert "[coverage] Remove out, third_party"

This reverts commit ee02009e33a21fa2616eeb1612214660ac44d919.

Reason for revert: broke all C/C++ coverage

Original change's description:
> [coverage] Remove out, third_party
>
> Proof:
> Go to this builder:
> https://ci.chromium.org/ui/p/fuchsia/builders/try/fuchsia-coverage-absolute/b8796779614375209937/overview
> Find the step "coverage report".
> Open the report:
> https://storage.googleapis.com/fuchsia-artifacts/builds/8796779614375209937/coverage/index.html
> Observe no files from //out or //third_party except *.rs files
> (Rust doesn't support -fprofile-list currently).
> Compare to a previous run from the same bot where there are
> thousands of sources listed from these dirs.
>
> Original-Fixed: 109920
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/763162

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/765626
Original-Revision: b7de3515fb17aeb00db11dbaac51492c3ee36f14
GitOrigin-RevId: f767cf166b8072250785f1efdafa0f489f421f75
Change-Id: Idb4bbeb035396f4aa1f0cd3acad4a89e190f75de
1 file changed
tree: d3fc5fbc1ee893603ebab49972e989fd564f0316
  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.