aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/util/BUILD')
-rw-r--r--src/main/cpp/util/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/cpp/util/BUILD b/src/main/cpp/util/BUILD
index 6bd3b44488..b595ccb571 100644
--- a/src/main/cpp/util/BUILD
+++ b/src/main/cpp/util/BUILD
@@ -146,3 +146,9 @@ filegroup(
srcs = glob(["**"]),
visibility = ["//src/main/cpp:__pkg__"],
)
+
+filegroup(
+ name = "embedded_tools",
+ srcs = glob(["*.cc"]) + glob(["*.h"]) + ["BUILD"],
+ visibility = ["//visibility:public"],
+)