summaryrefslogtreecommitdiff
path: root/other/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'other/BUILD.bazel')
-rw-r--r--other/BUILD.bazel12
1 files changed, 0 insertions, 12 deletions
diff --git a/other/BUILD.bazel b/other/BUILD.bazel
index 8bcdc4b4..d0fcf850 100644
--- a/other/BUILD.bazel
+++ b/other/BUILD.bazel
@@ -1,18 +1,6 @@
1load("//tools:no_undefined.bzl", "cc_library") 1load("//tools:no_undefined.bzl", "cc_library")
2 2
3cc_library( 3cc_library(
4 name = "monolith",
5 hdrs = ["monolith.h"],
6 visibility = ["//c-toxcore/auto_tests:__pkg__"],
7 deps = [
8 "//c-toxcore/testing:monolith",
9 "//c-toxcore/toxav:monolith",
10 "//c-toxcore/toxcore:monolith",
11 "//c-toxcore/toxencryptsave:monolith",
12 ],
13)
14
15cc_library(
16 name = "bootstrap_node_packets", 4 name = "bootstrap_node_packets",
17 srcs = ["bootstrap_node_packets.c"], 5 srcs = ["bootstrap_node_packets.c"],
18 hdrs = ["bootstrap_node_packets.h"], 6 hdrs = ["bootstrap_node_packets.h"],