Skip to content

Commit 1561d4a

Browse files
java-team-github-botGuice Team
authored andcommitted
Add load() statements for the Bazel builtin top-level java symbols
Loads are being added in preparation for moving the symbols out of Bazel and into `rules_java`. PiperOrigin-RevId: 624858712
1 parent 631e8e0 commit 1561d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osgi.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
""" Custom rule to generate OSGi Manifest """
22

3+
load("@rules_java//java:defs.bzl", "JavaInfo")
4+
35
def _osgi_jar_impl(ctx):
46
output = ctx.outputs.osgi_jar.path
57
pom_version = ctx.var.get("pom_version", "LOCAL-SNAPSHOT")

0 commit comments

Comments
 (0)