Skip to content

Commit

Permalink
Load rules_android and providers
Browse files Browse the repository at this point in the history
  • Loading branch information
kateliu20 committed Dec 17, 2024
1 parent 778fb7a commit d6f8cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module(
compatibility_level = 1,
)

bazel_dep(name = "rules_android", version = "0.5.0")
bazel_dep(name = "rules_java", version = "7.0.6")
bazel_dep(name = "rules_jvm_external", version = "5.3")
bazel_dep(name = "rules_kotlin", version = "1.9.5")
Expand Down
5 changes: 5 additions & 0 deletions rules/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ load(
_ANDROID_LINT_TOOLCHAIN_TYPE = "ANDROID_LINT_TOOLCHAIN_TYPE",
_utils = "utils",
)
load(
"@rules_android//providers:providers.bzl",
"AndroidLibraryResourceClassJarProvider",
"AndroidLibraryAarInfo"
)

def _run_android_lint(
ctx,
Expand Down

0 comments on commit d6f8cae

Please sign in to comment.