Skip to content

Commit

Permalink
build python proto
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Nov 7, 2024
1 parent 96004b0 commit d8a094b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ load(
"gz_proto_library",
)
load("@rules_license//rules:license.bzl", "license")
load("@rules_python//python:proto.bzl", "py_proto_library")

package(
default_applicable_licenses = [GZ_ROOT + "msgs:license"],
Expand Down Expand Up @@ -90,6 +91,11 @@ proto_library(
],
)

py_proto_library(
name = "gzmsgs_proto_py_pb2",
deps = [":gzmsgs_proto"]
)

gz_proto_library(
name = "gzmsgs_cc_proto",
proto_deps = [":gzmsgs_proto"],
Expand Down

0 comments on commit d8a094b

Please sign in to comment.