[roll] Roll fuchsia Revert "[fx][gnerator] Introduce `fx gnerator`"

This reverts commit 829702b63162038743111a69d849edd9408c06e7.

Reason for revert: generates build error (copy two files with same name in ../../build/go/build.py", line 269 )

Original change's description:
> [fx][gnerator] Introduce `fx gnerator`
>
> For syncing BUILD.bazel and BUILD.gn of targets that are dual-building.
>
> Ran it to:
>
> * Sync targets for gnerator itself
> * Sync targets for device-finder and all of its recursive deps
>
> Note more granular GN targets are needed in //third_party/golibs. They
> are manually added, and will be automatically picked up and maintained
> by update.sh.
>
> Bazel build tested locally with:
>
> fx bazel build --platforms=@platforms//host --@io_bazel_rules_go//go/config:linkmode=pie //tools/net/device-finder:all
>
> GN build is continuously tested in CI/CQ.
>
> Original-Bug: 375286604
>
> Change-Id: I3083d6e6c074888cb4a8183959da318b86cbfec3
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1148373
> Reviewed-by: David Turner <digit@google.com>
> Commit-Queue: Jay Zhuang <jayzhuang@google.com>
> Reviewed-by: Oliver Newman <olivernewman@google.com>
> Reviewed-by: David Fang <fangism@google.com>

Original-Bug: 375286604
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152794
Original-Revision: 43da2d5706d3416d6cbf6c2ca98d0c237074058f
GitOrigin-RevId: 43a5e7c986b9d060236a623f5902ac251e7eb68f
Change-Id: Ie9ac0332016dc9a41d5367d034e49fa6ae7ad62d
1 file changed
tree: 7fff3e043ce40eb2a030c9d921a28cfd43da7f68
  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.