[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.