rules_java: Rename CcInfo#transitive_native_libraries to _legacy_transitive_native_libraries This is needed to convert CcInfo to Starlark without causing a major regression. Mark the field as legacy, becuase we'll need to eventually clean it up. PiperOrigin-RevId: 788808464 Change-Id: I86a21b4b16bd2953961b0f1e7bae2d4ac43e0712
Java Rules for Bazel https://bazel.build.
Documentation
For a quickstart tutorial, see https://bazel.build/start/java
For slightly more advanced usage, like setting up toolchains or writing your own java-like rules, see https://bazel.build/docs/bazel-and-java
Core Java rules
Add a load like:
load("@rules_java//java:java_library.bzl", "java_library")
to your BUILD / BUILD.bazel / bzl` files
For detailed docs on the core rules, see https://bazel.build/reference/be/java