Skip to content

Commit

Permalink
Fix visibility of def_parser for remote builds
Browse files Browse the repository at this point in the history
#4883

Change-Id: I23257cbde6f24df2b7af27c5ce37281202651ed1
  • Loading branch information
meteorcloudy committed Mar 20, 2018
1 parent 0acc6a7 commit 0a46220
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions third_party/def_parser/BUILD
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 0a46220

Please sign in to comment.