[roll] Roll fuchsia [fidl][fidlc] Unify const& parameter style

This is just a rote change to convert parameters of the style
`std::unique_ptr<Foo> const&` to their synonymous spelling, `const
std::unique_ptr<Foo>&`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/770662
Original-Revision: a9eccb377cbe2f4365416048b0eac84aa53f6e6d
GitOrigin-RevId: 273bfb93935287f885c237e20c55d46207966b82
Change-Id: Idab551fe7278fc0ea53db81827011a35774b7e23
1 file changed
tree: 2142c4807fbf2eb22f9e765ebf93f7c275499a2d
  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.