[roll] Roll fuchsia [build] Change hermetic deps rules for clang-doc.

Previously we allowlisted the one clang-doc invocation (a test) to allow
it to pass hermetic deps. As we start to expand the uses of clang-doc,
this approach will not be scalable. Instead, allowlist the prebuilt
headers (clang-doc implicitly pulls these in as it parses the headers
being documented).

This also matches the behavior with libraries and other prebuilt
artifacts already present.

Adds proper inputs for clang_doc invocation for the files in the
build.

Also add the compile_commands.json file with a reference to the GN bug
for why this is required.

Original-Bug: 114829

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/757742
Original-Revision: de49df7b1981e6e59dfae16c8286730c5c8128ed
GitOrigin-RevId: cbdff0a77977b1f33fe17202f2f2427ff969fa27
Change-Id: Ia53225965d90a49c6e8ef9430e0107bde8e7bbef
1 file changed
tree: 79a3ca4cc9b112dc95c053032fc6bc51877058ed
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.