We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c521415 commit c687775Copy full SHA for c687775
1 file changed
rules/repositories.bzl
@@ -3,9 +3,12 @@
3
Dependencies are declared in MODULE.bazel via Bzlmod.
4
"""
5
6
-def android_lint_register_toolchains():
+def android_lint_register_toolchains(name = "android_lint_toolchains"):
7
"""Convenience macro for users which does typical setup.
8
9
This registers the default android_lint toolchain.
10
+
11
+ Args:
12
+ name: Name for this macro invocation (unused, required by convention).
13
14
native.register_toolchains("@rules_android_lint//toolchains:android_lint_default_toolchain")
0 commit comments