aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf_compiler/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_protobuf_compiler/BUILD.bazel')
-rw-r--r--pw_protobuf_compiler/BUILD.bazel11
1 files changed, 2 insertions, 9 deletions
diff --git a/pw_protobuf_compiler/BUILD.bazel b/pw_protobuf_compiler/BUILD.bazel
index a96bed43c..045285e84 100644
--- a/pw_protobuf_compiler/BUILD.bazel
+++ b/pw_protobuf_compiler/BUILD.bazel
@@ -32,18 +32,11 @@ py_proto_library(
],
)
-filegroup(
- name = "protos",
- srcs = [
- "pw_protobuf_compiler_protos/nested/more_nesting/test.proto",
- "pw_protobuf_compiler_protos/test.proto",
- ],
-)
-
proto_library(
name = "test_protos",
srcs = [
- ":protos",
+ "pw_protobuf_compiler_protos/nested/more_nesting/test.proto",
+ "pw_protobuf_compiler_protos/test.proto",
],
)