Skip to content

Commit 40bb7e9

Browse files
committed
Fix bzl_library import issues
1 parent 88b363a commit 40bb7e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rules/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ bzl_library(
7272
deps = [
7373
":collect_aar_outputs_aspect",
7474
"@bazel_skylib//lib:dicts",
75+
"@rules_java//java:rules",
76+
"@rules_java//java/private:proto_support",
7577
],
7678
)
7779

0 commit comments

Comments
 (0)