mirror of https://github.com/bazelbuild/rules_cc
Remove linked_statically_by attribute for test
This is in preparation to renaming linked_statically_by to exported_by. The attribute linked_statically_by became redundant in a previous CL that added the static_deps attribute and made libraries in exports be linked statically automatically. RELNOTES:none PiperOrigin-RevId: 293355106 Change-Id: Iac987087e2f8e280f0fcaa2b7fcf61c55542825b
This commit is contained in:
parent
519989d3d5
commit
cd0fa354f6
|
@ -67,7 +67,6 @@ cc_library(
|
|||
name = "baz",
|
||||
srcs = ["baz.cc"],
|
||||
hdrs = ["baz.h"],
|
||||
linked_statically_by = ["//examples/test_cc_shared_library:foo_so"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
|
|
Loading…
Reference in New Issue