Update Studio prebuilts to ab/11852314

 - JBR17 - Linux
 - JBR17 - Windows
 - JBR17 - Mac Intel
 - JBR17 - Mac aarch64

Change-Id: I33cbdc747a589bc53eb7bb3536d62ee1c22f278d
805 files changed
tree: e1ec713bf1d570a0c43cdee5c003739a0ccdb78f
  1. jbr-next/
  2. jbrjdk-next/
  3. jdk11/
  4. jdk17/
  5. jdk17-runtime/
  6. jdk8/
  7. mock-jdk17/
  8. .gitignore
  9. BUILD
  10. README.md
README.md

Java Toolchanin Bootclasspath

By default Bazel uses --bootclasspath bazed on current java runtime. Such default don't works well when Studio java versions being updated: e.g. for JBR21 update for 2023.3 and 2024.1 releazes we want to target java 17, but have an option to run Studio and test using java 21.

But java code is not always able to compile against newer sdk. We extract bootclasspath for each java runtime version, and use it together with -source -target options.

Todo: Bazel 7.x

Bazel 7 changes attributes for bootclasspath rule. To migrate to new version replace host_javabase and target_javabase with single java_runtime_alias

See also:

Commands useful for for debugging java toolchain issues

bazel build --verbose_failures --subcommands=pretty_print --toolchain_resolution_debug=java /... bazel query //prebuilts/studio/jdk/jdk17:java17_compile_toolchain --output=build