Internal cleanup

PiperOrigin-RevId: 269544298
This commit is contained in:
A. Unique TensorFlower 2019-09-17 05:05:49 -07:00 committed by TensorFlower Gardener
parent 5453aee488
commit 669841639f

View File

@ -8,6 +8,7 @@
# Note that proto3 well-known types (e.g. Any) are not handled in a special way
# by the generated code.
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
load(
"//tensorflow:tensorflow.bzl",
"if_ios",
@ -75,6 +76,11 @@ tf_proto_library_cc(
srcs = ["test.proto"],
)
cc_proto_library(
name = "test_cc_proto",
deps = [":test_proto_cc"],
)
tf_generate_proto_text_sources(
name = "test_proto_text",
srcs = ["test.proto"],