[roll] Roll fuchsia [fidl][rust][fdomain] Build rule cleanup

This is a clean-up of how we build the flavours of Rust FIDL
bindings in our glorious FDomain world. It moves all of the logic and
policy (other than a little backwards compat stuff) from
//build/fidl/fidl.gni to //build/rust/fidl_rust.gni where it belongs.

As a side effect this makes the "common" create for FIDL libraries
depend on the "common" crate for their dependencies rather than on the
main end-user FIDL bindings crate. I noticed that these were showing up
in build trace critical paths. In a local test it's cutting a couple of
seconds off the hot path for a clean ffx build.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1260905
Original-Revision: 38f683d82c98fdffe38a70933c76d4ad67331cca
GitOrigin-RevId: 6417f54c2b605e71701f118bc1512e47604b93ca
Change-Id: I217873973342fcdcf7e149147c4f9ab0784aeb95
1 file changed
tree: e624f79f964c24264860be83d9abf36805ceac1a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.