commit | 3c5373c50c7c492842f8a468906eda2c0bc90787 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Tue Mar 20 15:56:36 2018 +0100 |
committer | Yun Peng <pcloudy@google.com> | Tue Mar 20 15:56:36 2018 +0100 |
tree | 6e06d05d759bffea9ee12d6ff24de8e0b90065b2 | |
parent | 0a4622012ff796429220fe57d3217f262cc208a8 [diff] |
Remove visibility attribute from //third_party/def_parser:def_parser Change-Id: I23465de72f19e8b11fafe64bb345a3ee6a4f0b97
diff --git a/third_party/def_parser/BUILD b/third_party/def_parser/BUILD index bd75a15..c05061f 100644 --- a/third_party/def_parser/BUILD +++ b/third_party/def_parser/BUILD
@@ -16,9 +16,6 @@ cc_binary( name = "def_parser", srcs = ["def_parser_main.cc"], - visibility = [ - "//src:__pkg__", - ], deps = [ ":def_parser_lib", ],