summaryrefslogtreecommitdiff
path: root/toxcore/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/BUILD.bazel')
-rw-r--r--toxcore/BUILD.bazel9
1 files changed, 1 insertions, 8 deletions
diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel
index 2a9b4ff2..403fa7e8 100644
--- a/toxcore/BUILD.bazel
+++ b/toxcore/BUILD.bazel
@@ -286,14 +286,7 @@ CIMPLE_SRCS = glob(
286 "*.c", 286 "*.c",
287 "*.h", 287 "*.h",
288 ], 288 ],
289 exclude = [ 289 exclude = ["*.api.h"],
290 "*.api.h",
291 "ccompat.h",
292 "crypto_core_mem.c",
293 "ping_array.h",
294 "tox.h",
295 "tox_api.c",
296 ],
297) 290)
298 291
299sh_test( 292sh_test(