aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/BUILD
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-04-06 12:42:09 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-06 12:44:01 -0700
commit8448f57b2a0119b1fde1e93545f01dcbb696459d (patch)
treef7bb68b1523f5daa301fd9cd6f0f44784d2f733d /third_party/ijar/BUILD
parente4c64ac6fe63d78da3a8cafe1df72c81df23fcb0 (diff)
Remove die() and replace it with BAZEL_DIE, part of the logging framework.
This will mean the messages will make it to the right output stream. RELNOTES: PiperOrigin-RevId: 191925662
Diffstat (limited to 'third_party/ijar/BUILD')
-rw-r--r--third_party/ijar/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/ijar/BUILD b/third_party/ijar/BUILD
index 90f74c5407..96f4066c01 100644
--- a/third_party/ijar/BUILD
+++ b/third_party/ijar/BUILD
@@ -31,6 +31,8 @@ cc_library(
"//src:windows": [
"//src/main/cpp/util:errors",
"//src/main/cpp/util:file",
+ "//src/main/cpp/util:logging",
+ "//src/main/cpp/util:strings",
],
"//conditions:default": [
],
@@ -58,6 +60,7 @@ cc_library(
deps = [
"//src/main/cpp/util:errors",
"//src/main/cpp/util:file",
+ "//src/main/cpp/util:logging",
],
)