aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/def_parser/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/def_parser/BUILD')
-rw-r--r--third_party/def_parser/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/def_parser/BUILD b/third_party/def_parser/BUILD
index 89a265acc7..bd75a15ae9 100644
--- a/third_party/def_parser/BUILD
+++ b/third_party/def_parser/BUILD
@@ -1,5 +1,12 @@
licenses(["notice"]) # 3-clause BSD
+package(
+ default_visibility = [
+ "//src:__subpackages__",
+ "//tools/def_parser:__subpackages__",
+ ],
+)
+
cc_library(
name = "def_parser_lib",
srcs = ["def_parser.cc"],