[roll] Roll fuchsia [fidlc] Improve the Selector attribute

We now support both a method name, and a fully qualified method name on
the `Selector` attribute. For instance

    library some.library.here;
    protocol ExampleProtocol {
        [Selector="One"] First();
	[Selector="old.libray/OldProtocol.Two"] Second();
    };

produces ordinals using

    First ordinal  = hash of some.library.here/One
    Second ordinal = hash of old.libray/OldProtocol.Two

Original-Fixed: 63857
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/455098
Original-Revision: d41b2e65053da7fc1f4f6844e3d62adf6430a451
GitOrigin-RevId: 62ae353252f03453ca1dee0c3de36ea7846cc40a
Change-Id: I1b0cbad1f10bb66676fa21e00bef0bdd539fdb83
1 file changed
tree: dc968ace579245a76d8ec0fc40898054a1d77838
  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.