Skip to content

Commit

Permalink
Add build file in proto/process (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyili committed Jul 6, 2023
1 parent b45a1d5 commit f1af8cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proto/process/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
load("@rules_proto//proto:defs.bzl", "proto_library")

proto_library(
name = "agent_proto",
srcs = [
"agent.proto",
],
visibility = ["//visibility:public"],
)

0 comments on commit f1af8cf

Please sign in to comment.