aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nanopb/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nanopb/BUILD')
-rw-r--r--third_party/nanopb/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/nanopb/BUILD b/third_party/nanopb/BUILD
index 49f8257be3..e0d16b6049 100644
--- a/third_party/nanopb/BUILD
+++ b/third_party/nanopb/BUILD
@@ -1,5 +1,11 @@
licenses(["unencumbered"])
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//third_party:__pkg__"],
+)
+
cc_library(
name = "nanopb",
srcs = glob(["*.c"]),