Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #8 from kevinoconnor7/j2clinfo_provider
Browse files Browse the repository at this point in the history
Load J2clInfo from providers.bzl
  • Loading branch information
jDramaix authored May 17, 2023
2 parents 279e5da + dd20625 commit b5ea3cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions java/com/google/protobuf/contrib/j2cl/j2cl_proto.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@

# Blessed by J2CL team. This is needed for J2CL provider and J2CL provider API is
# only avaiable for proto. Other should never depend on J2CL internals.
load(
"@com_google_j2cl//build_defs/internal_do_not_use:provider.bzl",
"J2clInfo",
"J2wasmInfo",
)
load(
"@com_google_j2cl//build_defs/internal_do_not_use:j2cl_common.bzl",
"J2CL_TOOLCHAIN_ATTRS",
"J2clInfo",
"j2cl_common",
)
load(
"@com_google_j2cl//build_defs/internal_do_not_use:j2wasm_common.bzl",
"j2wasm_common",
)
load("@com_google_j2cl//build_defs/internal_do_not_use:provider.bzl", "J2wasmInfo")
load(
"//java/com/google/protobuf/contrib/immutablejs:immutable_js_proto_library.bzl",
"ImmutableJspbInfo",
Expand Down

0 comments on commit b5ea3cf

Please sign in to comment.