aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/util
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2017-08-25 16:48:42 +0200
committerGravatar Vladimir Moskva <vladmos@google.com>2017-08-28 16:07:50 +0200
commit14e4c9161bb9bed6435dd4214533bde5135726c2 (patch)
treea613165db252c51a7864ee9161e84f7fb3fe9bb8 /src/main/cpp/util
parentaf62411649fbfeab269b480ed9ce65d04dd571b3 (diff)
Update Bazel BUILD file to allow def_parse depend on Bazel specific targets from third_party.
PiperOrigin-RevId: 166475827
Diffstat (limited to 'src/main/cpp/util')
-rw-r--r--src/main/cpp/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/cpp/util/BUILD b/src/main/cpp/util/BUILD
index cc8db9f34e..e097bdbd90 100644
--- a/src/main/cpp/util/BUILD
+++ b/src/main/cpp/util/BUILD
@@ -53,6 +53,7 @@ cc_library(
":ijar",
"//src/test/cpp/util:__pkg__",
"//src/tools/singlejar:__pkg__",
+ "//third_party/def_parser:__pkg__",
],
deps = [
":blaze_exit_code",