Skip to content

Commit

Permalink
Expose last remaining private APIs for java rules migration
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688955616
Change-Id: I408da72cfe409db7feb1978762fc6848f8fe118f
  • Loading branch information
hvadehra authored and copybara-github committed Oct 23, 2024
1 parent a94d50a commit 38833e1
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 @@ -312,6 +312,9 @@ def _internal_exports():
check_provider_instances = _java_common_internal.check_provider_instances,
incompatible_java_info_merge_runtime_module_flags = _java_common_internal._incompatible_java_info_merge_runtime_module_flags,
check_java_toolchain_is_declared_on_rule = _java_common_internal._check_java_toolchain_is_declared_on_rule,
create_header_compilation_action = _java_common_internal.create_header_compilation_action,
create_compilation_action = _java_common_internal.create_compilation_action,
tokenize_javacopts = _java_common_internal.tokenize_javacopts,
)

def _make_java_common():
Expand Down

0 comments on commit 38833e1

Please sign in to comment.