Lines Matching full:jdk
15 """Rules for importing a local JDK."""
50 (local) JDK for compilation. This requires a different configuration for JDK8
55 java_home: Path to the JDK.
56 version: Version of the JDK.
104 # A JDK can be used as a runtime *for* the platforms it can be used to compile *on*.
107 toolchain_type = Label("@bazel_tools//tools/jdk:runtime_toolchain_type"),
113 toolchain_type = Label("@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type"),
227 runtime_name = '"jdk"' if build_file else None
250 # Build file template, when JDK could not be detected
253 name = "jdk",
265 toolchain_type = "@bazel_tools//tools/jdk:runtime_toolchain_type",
266 toolchain = ":jdk",
271 toolchain_type = "@bazel_tools//tools/jdk:bootstrap_runtime_toolchain_type",
272 toolchain = ":jdk",
304 """Defines runtime and compile toolchains for a local JDK.
323 (local) JDK for compilation.
325 If there is no JDK "virtual" targets are created, which fail only when actually needed.
329 java_home: Location of the JDK imported.