aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ijar/test/BUILD')
-rw-r--r--third_party/ijar/test/BUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/third_party/ijar/test/BUILD b/third_party/ijar/test/BUILD
index f8ebb2a612..da06173368 100644
--- a/third_party/ijar/test/BUILD
+++ b/third_party/ijar/test/BUILD
@@ -9,12 +9,12 @@ sh_test(
size = "enormous",
srcs = ["ijar_test.sh"],
args = [
- "$(JAVABASE)/bin/javac",
- "$(JAVA)",
- "$(JAVABASE)/bin/jar",
- "$(JAVABASE)/bin/javap",
- "$(location //third_party/ijar)",
- "$(location //tools/jdk:langtools)",
+ "../local_jdk/bin/javac",
+ "../local_jdk/bin/java",
+ "../local_jdk/bin/jar",
+ "../local_jdk/bin/javap",
+ "io_bazel/$(location //third_party/ijar)",
+ "io_bazel/$(location //tools/jdk:langtools)",
# We assume unzip and zip to be on the path
"unzip",
"zip",