1diff -Naurd x/tensorflow/workspace2.bzl y/tensorflow/workspace2.bzl
2--- x/tensorflow/workspace2.bzl 2023-09-16 20:44:02.266422132 +0000
3+++ y/tensorflow/workspace2.bzl 2023-09-16 20:50:40.370998305 +0000
4@@ -469,6 +469,7 @@
5 system_link_files = {
6 "//third_party/systemlibs:protobuf.bzl": "protobuf.bzl",
7 "//third_party/systemlibs:protobuf_deps.bzl": "protobuf_deps.bzl",
8+ "//third_party/systemlibs:protobuf.python.BUILD": "python/BUILD",
9 },
10 urls = tf_mirror_urls("https://github.com/protocolbuffers/protobuf/archive/v3.21.9.zip"),
11 )
12diff -Naurd x/third_party/systemlibs/protobuf.python.BUILD y/third_party/systemlibs/protobuf.python.BUILD
13--- x/third_party/systemlibs/protobuf.python.BUILD 1970-01-01 00:00:00.000000000 +0000
14+++ y/third_party/systemlibs/protobuf.python.BUILD 2023-09-16 20:49:12.514890584 +0000
15@@ -0,0 +1,4 @@
16+cc_library(
17+ name = "proto_api",
18+ visibility = ["//visibility:public"]
19+)