Skip to content

Commit

Permalink
Removes experimental note from cc_library implementation_deps
Browse files Browse the repository at this point in the history
This feature has been enabled by default since 05787f3.

Bug #20098

Closes #22895.

PiperOrigin-RevId: 678322568
Change-Id: I7c0ac27fdd08f5533f2019541d9697b61704c923
  • Loading branch information
cramertj authored and copybara-github committed Sep 24, 2024
1 parent e69dd3c commit 51a776a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/starlark/builtins_bzl/common/cc/cc_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>implementation_deps</code> are still linked in
binary targets that depend on this library.
<p>For now usage is limited to cc_libraries and guarded by the flag
<code>--experimental_cc_implementation_deps</code>.</p>
"""),
"strip_include_prefix": attr.string(doc = """
The prefix to strip from the paths of the headers of this rule.
Expand Down

0 comments on commit 51a776a

Please sign in to comment.