commit | ed37f39206f2981ade87897eec4bfdab3db055a1 | [log] [tgz] |
---|---|---|
author | Fabian Meumertzheim <fabian@meumertzhe.im> | Thu Oct 10 12:05:40 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 10 12:08:19 2024 -0700 |
tree | 4d66d1e0e139a460c113240fb359c78b64b19e4a | |
parent | 4e6a28acbe11e50e2c3336d42c8075293e26b0af [diff] |
Mark `cc_static_library` as experimental in docs Closes #23800. PiperOrigin-RevId: 684529045 Change-Id: I14dc53b6f2e39c7a05ee3a8b872eb220af45cef9
diff --git a/src/main/starlark/builtins_bzl/common/cc/experimental_cc_static_library.bzl b/src/main/starlark/builtins_bzl/common/cc/experimental_cc_static_library.bzl index 902f693..c1f24cf 100644 --- a/src/main/starlark/builtins_bzl/common/cc/experimental_cc_static_library.bzl +++ b/src/main/starlark/builtins_bzl/common/cc/experimental_cc_static_library.bzl
@@ -244,6 +244,9 @@ cc_static_library = rule( implementation = _cc_static_library_impl, doc = """ +<b>This rule is currently experimental and can only be used with the <code> +--experimental_cc_static_library</code> flag.</b> + Produces a static library from a list of targets and their transitive dependencies. <p>The resulting static library contains the object files of the targets listed in