From 51a776aa020e4b80528d0717d00bcf67c1dda12a Mon Sep 17 00:00:00 2001 From: Taylor Cramer Date: Tue, 24 Sep 2024 11:12:32 -0700 Subject: [PATCH] Removes experimental note from cc_library implementation_deps This feature has been enabled by default since 05787f3. Bug #20098 Closes #22895. PiperOrigin-RevId: 678322568 Change-Id: I7c0ac27fdd08f5533f2019541d9697b61704c923 --- src/main/starlark/builtins_bzl/common/cc/cc_library.bzl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl b/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl index 1d5b5bef954c19..5a68c89be5d18f 100755 --- a/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl +++ b/src/main/starlark/builtins_bzl/common/cc/cc_library.bzl @@ -850,8 +850,6 @@ The list of other libraries that the library target depends on. Unlike with transitive deps) are only used for compilation of this library, and not libraries that depend on it. Libraries specified with implementation_deps are still linked in binary targets that depend on this library. -

For now usage is limited to cc_libraries and guarded by the flag ---experimental_cc_implementation_deps.

"""), "strip_include_prefix": attr.string(doc = """ The prefix to strip from the paths of the headers of this rule.