File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ # copybara:uncomment(oss-unused) load("//devtools/clif/python:clif_build_rule.bzl", "pyclif_proto_library")
12# copybara:uncomment(oss-unused) load("//net/grpc/go/build_defs:go_grpc_library.bzl", "go_grpc_library")
23# Placeholder: load py_proto_library
34load ("@xla//xla/tsl:tsl.bzl" , "internal_visibility" )
@@ -19,6 +20,16 @@ tf_proto_library(
1920 visibility = internal_visibility ([":friends" ]),
2021)
2122
23+ # copybara:uncomment_begin(google-only)
24+ # pyclif_proto_library(
25+ # name = "xplane_pyclif",
26+ # proto_lib = ":xplane_proto",
27+ # visibility = [
28+ # "//visibility:public",
29+ # ],
30+ # )
31+ # copybara:uncomment_end
32+
2233tf_proto_library (
2334 name = "profiler_options_proto" ,
2435 srcs = ["profiler_options.proto" ],
You can’t perform that action at this time.
0 commit comments