[roll] Roll fuchsia Revert "[bazel-sdk] ensure we only copy files during gen"

This reverts commit fc3ed502b02b01fb1bb99f5c743468b092b50ff4.

Reason for revert: Appears to be causing the builds to fail to converge with gen/build/bazel/bazel being older than input generate_sdk_build_rules.cpython-311.pyc

Original change's description:
> [bazel-sdk] ensure we only copy files during gen
>
> In our cc_library rule we add a target which generates a file to verify
> that unstable APIs are only being depended on if targeting HEAD.
>
> These targets were being included in the files_to_copy list which
> resulted in a broken symlink being created.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1065833

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1066253
Original-Revision: 4456d1606a614aeb0e5bd0bc1f00045d512a4a48
GitOrigin-RevId: 84f6c191943e4fa43b269145d115de70d289af78
Change-Id: I398f6d0cc8e1486d224ee3f14db488d5a396b2e4
1 file changed
tree: 03f50be589411dba7805c5557fbe576cff3aecf2
  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.