[roll] Roll fuchsia [fidl][build][sdk] Limit SDK categories in documentation

Previously, any FIDL library that specified an `sdk_category` would be
included in the generated and published documentation if its `..._sdk`
target appeared in the build tree. Rather than relying on appropriate
use of the targets, specify which categories should be published. This
should not change the set of libraries for which documentation is
published as long as the `..._sdk` targets are only depended on by
targets in `//sdk/fidl/BUILD.gn`.

This replaces a condition that was redundant / always true.

Original-Bug: 366221510
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1140108
Original-Revision: 0f48b3009c9d53f1fe938fd40c416604ca1b3093
GitOrigin-RevId: fe7f01fdabacf582dad1dce0c0cdfbeb1f319415
Change-Id: Ibd282ad9d9acdc423a370b0e4b89697ee153e8a7
1 file changed
tree: 537abee64cdd9ad6ed25362ce8e70476880b6c5a
  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.