Wiring tensorflow/core/platform:protobuf_internal into tensorflow/core/BUILD.

PiperOrigin-RevId: 276360387
Change-Id: Ia4dbc63b0f073d1ae3ad499c405480f258229f33
This commit is contained in:
Brian Zhao 2019-10-23 15:09:41 -07:00 committed by TensorFlower Gardener
parent faa93acb0c
commit 636e53b17c
2 changed files with 3 additions and 4 deletions

View File

@ -2306,6 +2306,7 @@ cc_library(
"//tensorflow/core/platform:platform_port",
"//tensorflow/core/platform:platform_strings",
"//tensorflow/core/platform:prefetch",
"//tensorflow/core/platform:protobuf_internal",
"//tensorflow/core/platform:regexp",
"//tensorflow/core/platform:scanner",
"//tensorflow/core/platform:setround",

View File

@ -7,7 +7,7 @@
#
# The libraries in this package are not allowed to have ANY dependencies
# to any TensorFlow code outside this package.
load("//tensorflow/core/platform:default/build_config_root.bzl", "if_static")
load(
"//tensorflow/core/platform:default/build_config.bzl",
"tf_additional_lib_hdrs",
@ -17,7 +17,6 @@ load(
"tf_additional_proto_hdrs",
"tf_additional_tensor_coding_deps",
"tf_additional_test_srcs",
"tf_platform_srcs",
"tf_protobuf_compiler_deps",
"tf_protobuf_deps",
)
@ -385,8 +384,7 @@ cc_library(
":protobuf",
":types",
"//tensorflow/core/lib/core:errors",
"@com_google_protobuf//:protobuf",
],
] + if_static(["@com_google_protobuf//:protobuf"]),
)
cc_library(