[roll] Roll fuchsia [sandbox] Move fidl implementations to folder

Move all of the FIDL implementations to a folder.
This has the following benefits:
- Building for host simply ignores this folder
- It will be easy to move this folder into its own crate
- FIDL implementations have to use the public APIs

The last bullet has cheated a bit with pub(crate) but
I will be fixing that in a followup CL.

Original-Bug: b/341754049
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1061573
Original-Revision: 28f27acbf4cf50a07c31d1a385bfd418d9cb84a6
GitOrigin-RevId: b88a15f67096aa6f6ffda041488d374d6b373392
Change-Id: Iacfc1d043bcbeeb641128b6d12e7ca7b409f1094
1 file changed
tree: ecf366280859cd447699d2ce638fdcc89bec498e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.