[roll] Roll fuchsia [bazel] Bazel 9 support in crosstool.BUILD.template

In Bazel 9 cc_* rules like cc_library and cc_toolchain are no longer
defined by default, to force the migration to rules_cc.

Update crostool.BUILD.template to load the cc_* rules it uses from
rules_cc.

Note - This change may have a larger impact that may first appear, as
going from the Bazel built-in version of the rules to the newer rules_cc
version may cause breakages as the newer rules are stricter.

Original-Bug: https://pwbug.dev/505421252
Test: Test fix for Pigweed to patch the template, and built Pigweed
Test: Presubmit
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1584713
Original-Revision: 419e897f7fa0bf0d4a14975767c74a6fc6230051
GitOrigin-RevId: df9bbe62e0b17b288a3d87de0d1e8fdd89b1112f
Change-Id: I86682152ca6bbc7c999c97d214037f6cf86313a6
1 file changed
tree: 8aee06d519827806548c857f5933ee6ce6ab8d6a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.