aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-05-14 01:51:45 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-14 01:53:21 -0700
commit849df36c5ad31ebe8791c4228321c38c6d0ae56c (patch)
treecc39afc4e667214b4aac69217fb697166c96ddd4 /tools
parent5c3f5c9be7fa40d4fb3c35756891fab8483ca406 (diff)
Use the local JDK as the default target javabase
and continue to use the embedded JDK as the default host_javabase. PiperOrigin-RevId: 196471714
Diffstat (limited to 'tools')
-rw-r--r--tools/jdk/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jdk/BUILD b/tools/jdk/BUILD
index 87e654f890..92cf7dd21d 100644
--- a/tools/jdk/BUILD
+++ b/tools/jdk/BUILD
@@ -185,7 +185,7 @@ alias(
alias(
name = "host_jdk",
- actual = "@local_jdk//:jdk",
+ actual = "@embedded_jdk//:jdk",
)
genrule(