[roll] Roll fuchsia [fidlc] Only introduce one name per import

This CL changes fidlc so that an import like `using fuchsia.mem as mem`
only introduces the name `mem` into the scope. Previously, it introduced
both `fuchsia.mem` and `mem`, leading to inconsistent use of the alias.

This change also makes import aliases more powerful, in that they can be
used to avoid naming conflicts. For example, this FIDL will now compile:

    using foo as foolib;  // alias to avoid collision with the struct
    type foo = struct {};

Test: fx test fidl-compiler
Original-Fixed: 48092
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/577002
Original-Revision: 33cfb821d00dabcdc56ff5b4530379118224f6c9
GitOrigin-RevId: 2fd618ca473b27cb9ce1716da6118df1622ae6bc
Change-Id: I75e1218ba2ca6789d4049537d5bfa4c9718b2f7d
1 file changed
tree: b4bd92dacc68f6821062b765fdc9639ac39d3d29
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.