Internal cleanup
PiperOrigin-RevId: 269544298
This commit is contained in:
parent
5453aee488
commit
669841639f
@ -8,6 +8,7 @@
|
|||||||
# Note that proto3 well-known types (e.g. Any) are not handled in a special way
|
# Note that proto3 well-known types (e.g. Any) are not handled in a special way
|
||||||
# by the generated code.
|
# by the generated code.
|
||||||
|
|
||||||
|
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
|
||||||
load(
|
load(
|
||||||
"//tensorflow:tensorflow.bzl",
|
"//tensorflow:tensorflow.bzl",
|
||||||
"if_ios",
|
"if_ios",
|
||||||
@ -75,6 +76,11 @@ tf_proto_library_cc(
|
|||||||
srcs = ["test.proto"],
|
srcs = ["test.proto"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cc_proto_library(
|
||||||
|
name = "test_cc_proto",
|
||||||
|
deps = [":test_proto_cc"],
|
||||||
|
)
|
||||||
|
|
||||||
tf_generate_proto_text_sources(
|
tf_generate_proto_text_sources(
|
||||||
name = "test_proto_text",
|
name = "test_proto_text",
|
||||||
srcs = ["test.proto"],
|
srcs = ["test.proto"],
|
||||||
|
Loading…
Reference in New Issue
Block a user