Skip to content

Commit

Permalink
Expose internal API expand_java_opts & JavaPluginDataInfo for mov…
Browse files Browse the repository at this point in the history
…ing the `java_toolchain` and `java_package_configuration` rules out of `@builtins`

PiperOrigin-RevId: 670983691
Change-Id: I31002c25ba1c112394d59cc64a10b6092081a616
  • Loading branch information
hvadehra authored and copybara-github committed Sep 4, 2024
1 parent 87863c6 commit c51a158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/starlark/builtins_bzl/common/java/java_common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ load(
":common/java/java_info.bzl",
"JavaCompilationInfo",
"JavaInfo",
"JavaPluginDataInfo",
"JavaPluginInfo",
"to_java_binary_info",
_java_info_add_constraints = "add_constraints",
Expand Down Expand Up @@ -303,6 +304,8 @@ def _internal_exports():
get_runtime_classpath_for_archive = _java_common_internal.get_runtime_classpath_for_archive,
to_java_binary_info = to_java_binary_info,
run_ijar_private_for_builtins = run_ijar,
expand_java_opts = _java_common_internal.expand_java_opts,
JavaPluginDataInfo = JavaPluginDataInfo,
)

def _make_java_common():
Expand Down

0 comments on commit c51a158

Please sign in to comment.