[roll] Roll fuchsia [fidl][llcpp] Move LLCPP wire types into wire::

This moves type declarations for wire types into the wire::
sub-namespace but introduces using aliases for them in their original
location. This allow the first phase of this change with (virtually)
no changes to user code. User code can then be migrated to refer to the
new location smoothly before the alias is removed.

Original-Bug: 65964

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/475721
Original-Revision: 96825606c32dc9e80cebb5b03944c56668443278
GitOrigin-RevId: 4f8ffe1954f6d7830b154d0f2914acb96f0b7a71
Change-Id: I21b4377f0253c996e375017e9f38a9f144d9719f
1 file changed
tree: 8589a1a030d438a95040b9db7a8129b86d2af76f
  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.