[roll] Roll fuchsia [fidl][cpp] Move LLCPP to the SDK

We'd like to move LLCPP to the SDK as well as rename it to "wire C++".
This CL does the first step which doesn't require touching too much user
code.

If a target depends on a generated wire/unified C++ library, and also
depend on //zircon/system/ulib/fidl:fidl-llcpp, the latter dependency is
removed, since it is redundant.

It also makes sense to move the LLCPP tests from //src/lib/fidl/llcpp
into the SDK, as well as convert tests of the public APIs into CTS --
those could be followups.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/687903
Original-Revision: 6bd0efdabf219f5bc8b585aae34f97e40b3441c7
GitOrigin-RevId: b7c2245091c1cd5ee92653a94d004bbd73e8b0df
Change-Id: I0964a50c055ff38a672c7b4bdd97dc28749b8f1d
1 file changed
tree: ce9944840853a846613bd173c78c6cfba702ae7c
  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.