[roll] Roll fuchsia [bazel][idk] Use cc_static_library()

Use `cc_static_library()` to define static libraries in the IDK. This
builds an exportable .a file. Continue depending on the normal
`cc_library()` in-tree.

Use `--experimental_cc_static_library=True` until we upgrade to Bazel
8.4 where it is enabled by default.

NO_IFTTT=This is a Bazel implementation detail that does not need to be applied to the GN template.

Original-Bug: 450004374
Test: fx bazel build --config=fuchsia --copt="-ffuchsia-api-level=4293918720" //build/bazel/bazel_idk/tests:test_executable_using_imported_cc_static_library
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1484646
Original-Revision: f1d22707866b8cb048485daf181b7872369ca9f4
GitOrigin-RevId: 1cdf539190a511e4cec9f0cf204ae96dfe2b06d2
Change-Id: I837550f0bc0c0c266e4caa46c95bcc42e283dff4
1 file changed
tree: 88d51ea2d3e29dd9218b80c24df9f0c8125ea127
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.