[roll] Roll fuchsia [generate_cargo] Add support for shared libraries

The rustc_dylib rule builds shared libraries, which were incorrectly
treated as binaries by this script's type detection. This caused
cargo-based workflows to encounter several unusual problems, as
dependencies would appear to be specified correctly but would not be
found as crates during compilation.

Also updates OWNERS for the Rust scripts directory.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1210364
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: f9375a98e2fe8bd40526fd5e2216223c5a3009d1
GitOrigin-RevId: df31ee66d7b58195c743a49a90bbe445d1cb435d
Change-Id: I1beb64ec5263656b8ebea89bac43f7913951f84f
1 file changed
tree: 896b2be9c0247ac17d1322c2048dbd07fee9bf80
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.