Modifies the cc_library call to only forward arguments if they're present in kwargs. This is vital for bazel 7.0.0 compatibility since the nocopts attribute is removed (it's actually been deprecated since 2019 but the documentation was never updated).
Modifies the cc_library call to only forward arguments if they're present in kwargs. This is vital for bazel 7.0.0 compatibility since the
nocopts
attribute is removed (it's actually been deprecated since 2019 but the documentation was never updated).