diff --git a/third_party/tsl/tsl/platform/default/build_config.bzl b/third_party/tsl/tsl/platform/default/build_config.bzl index 1fc657efa46b3..688750986574c 100644 --- a/third_party/tsl/tsl/platform/default/build_config.bzl +++ b/third_party/tsl/tsl/platform/default/build_config.bzl @@ -437,7 +437,6 @@ def tf_proto_library_cc( visibility = None, testonly = 0, cc_libs = [], - cc_stubby_versions = None, cc_grpc_version = None, use_grpc_namespace = False, j2objc_api_version = 1, @@ -573,7 +572,6 @@ def tf_proto_library( visibility = None, testonly = 0, cc_libs = [], - cc_stubby_versions = None, cc_grpc_version = None, use_grpc_namespace = False, j2objc_api_version = 1, @@ -596,7 +594,6 @@ def tf_proto_library( create_service, create_java_proto, create_kotlin_proto, - cc_stubby_versions, create_go_proto, ) diff --git a/third_party/tsl/tsl/protobuf/BUILD b/third_party/tsl/tsl/protobuf/BUILD index 88153fba8408c..302648504a8fa 100644 --- a/third_party/tsl/tsl/protobuf/BUILD +++ b/third_party/tsl/tsl/protobuf/BUILD @@ -62,7 +62,6 @@ tf_proto_library( name = "coordination_service_proto", srcs = ["coordination_service.proto"], has_services = 1, - cc_stubby_versions = ["2"], create_grpc_library = True, create_java_proto = False, create_service = True,