Lines Matching refs:java
22 load("//build/bazel/rules/java:versions.bzl", "java_versions")
38 # The settings below are used to properly define a device java and android toolchain.
40 # The SDK_NONE config setting maps to sdk_version = "none". In this configuration the java toolchain
41 # will provide nothing on the bootclasspath, not even the standard java.* libraries.
46 "//build/bazel/rules/java/sdk:kind": sdk_version.KIND_NONE,
57 "//build/bazel/rules/java:" + java_versions.VERSION_TO_CONFIG_SETTING[version]
66 "//build/bazel/rules/java:" + java_versions.VERSION_TO_CONFIG_SETTING[version]
72 # Specific configuration at a given kind and api level will have the java and android toolchains
78 "//build/bazel/rules/java/sdk:kind": kind,
79 "//build/bazel/rules/java/sdk:api_level": str(api_level),
86 # The bootclasspath is a function of sdk kind, api level, and whether building for pre or post java