[roll] Roll fuchsia [fidl] Move dyn suite control channel to natural types

Natural types are recommended for most users, so we might as well use it
for our test harness. A potential risk of this is that there might be a
failure that effects the natural bindings but not the LLCPP bindings,
but they share most functionality other than the type definitions so it
shouldn't be too much of a risk. Also, most base functionality should be
covered elsewhere.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/689582
Original-Revision: 6bf36441f8faf7dec0ccc0b4bf8427a709de236d
GitOrigin-RevId: f8de82b1c40b77732cccc1e6517bba9dc3347cb9
Change-Id: I910f65409b90ae2f609dad5ab2c121db27852a48
1 file changed
tree: 372a6845932882249ec454be4ff73f651c7c5e97
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.