[roll] Roll fuchsia Revert "[rust][build] .rustdoc subtarget (libs) + merging"

This reverts commit 4680fdf1031ce4c53d3fb9c2c9e0a9615a8ec292.

Reason for revert: b/360974327
Original change's description:
> [rust][build] .rustdoc subtarget (libs) + merging
>
> * This initial change adds .rustdoc subtargets to first and third party
>   rust crates
> * It adds the `fx rustdoc-link` script to merge documentation generated
>   by the .rustdoc subtargets
> * The subtargets can be opted out with a per-target disable_rustdoc
>   flag
> * With the the global include_rustdoc (default false) is an opt-out
>   mechanism for rustdoc subtargets. Rustdoc subtargets are only defined
>   for include_rustdoc = true && !disable_rustdoc
> * Only includes .rustdoc subtargets for rust_library and rustc_library
>   (addressed in subsequent CL)
>
> Original-Bug: 360939846, 360939862
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089251

Original-Bug: 360939846, 360939862
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1103832
Original-Revision: 4d27da12984fafbae46c02288da23e6df7034591
GitOrigin-RevId: c4390ffde5316d7fce757511c31957b15c7d30bb
Change-Id: I20c1fc987dfc76aa0c8f879d71c6a4236619383a
1 file changed
tree: 472c3e13d50fe4a0f90f2570a68200f3aabcb49c
  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 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.