From 849df36c5ad31ebe8791c4228321c38c6d0ae56c Mon Sep 17 00:00:00 2001 From: cushon Date: Mon, 14 May 2018 01:51:45 -0700 Subject: Use the local JDK as the default target javabase and continue to use the embedded JDK as the default host_javabase. PiperOrigin-RevId: 196471714 --- scripts/bootstrap/compile.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh index 9f53d1b84f..04e41a6012 100755 --- a/scripts/bootstrap/compile.sh +++ b/scripts/bootstrap/compile.sh @@ -349,6 +349,7 @@ function run_bazel_jar() { --output_base=${OUTPUT_DIR}/out \ --output_user_root=${OUTPUT_DIR}/user_root \ --install_md5= \ + --default_system_javabase="${JAVA_HOME}" \ --workspace_directory="$(get_cwd)" \ --nofatal_event_bus_exceptions \ ${BAZEL_DIR_STARTUP_OPTIONS} \ -- cgit v1.2.3