[roll] Roll fuchsia [bazel] Fix `fx bazel-tool set_gn_targets <label>`

This tool command was broken by a previous CL [1] that added new
fields in the bazel_build_actions metadata of bazel_action() GN
targets, which broke gn_target_utils.py, invoked at runtime.

This was undetected because this is a development tool that is
only used by the build team, and never runs at build or test
time, ether locally or in infra.

This fixes the situation by:

- Adding dataclass field definitions for the extra metadata keys
  in gn_target_utils.py

- Documenting the new keys in //BUILD.gn

[1] https://fuchsia-review.googlesource.com/c/fuchsia/+/1220864

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253186
Original-Revision: 749d5113313e844b976737ace51a42867d1992a1
GitOrigin-RevId: 72bc0812fdcae8f622c514e2e54c99275ff919b6
Change-Id: I9124a7b81805327270adb2e57b290320330f0654
1 file changed
tree: 7ae8d8cc76f1610121a03c728d9e49aea41566bf
  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.