Remove Linkstatic
field for static cases
With the explicit implementation of cc_library_shared, this is now redundant for both, so remove it. Test: cc_library_static_conversion_test.go Test: mixed_{libc,droid}.sh Change-Id: I6e7733ca08c254562e95e70d93c9f519719d8a18
This commit is contained in:
parent
33ce5d6c0e
commit
a5474e36c5
@@ -2332,7 +2332,6 @@ type bazelCcLibraryStaticAttributes struct {
|
||||
Dynamic_deps bazel.LabelListAttribute
|
||||
System_dynamic_deps bazel.LabelListAttribute
|
||||
Linkopts bazel.StringListAttribute
|
||||
Linkstatic bool
|
||||
Use_libcrt bazel.BoolAttribute
|
||||
Rtti bazel.BoolAttribute
|
||||
Export_includes bazel.StringListAttribute
|
||||
|
Reference in New Issue
Block a user