File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -7,32 +7,6 @@ licenses(["notice"])
77
88exports_files (["LICENSE" ])
99
10- pybind_library (
11- name = "proto_utils" ,
12- srcs = ["proto_utils.cc" ],
13- hdrs = [
14- "proto_utils.h" ,
15- ],
16- visibility = [
17- "//learning/brain/experimental/telamon/python:__pkg__" ,
18- "//pybind11_protobuf:__subpackages__" ,
19- "//third_party/robotics/juggler/jet/components/python:__pkg__" ,
20- ],
21- deps = [
22- "@com_google_absl//absl/strings" ,
23- "@com_google_protobuf//:protobuf" ,
24- ],
25- )
26-
27- pybind_extension (
28- name = "proto" ,
29- srcs = ["proto.cc" ],
30- visibility = [
31- "//visibility:public" , # Scheuklappen: keep
32- ],
33- deps = [":proto_utils" ],
34- )
35-
3610pybind_library (
3711 name = "enum_type_caster" ,
3812 hdrs = ["enum_type_caster.h" ],
You can’t perform that action at this time.
0 commit comments