Skip to content

Commit

Permalink
Clena up rules/extensions.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Oct 21, 2023
1 parent 67dbeed commit c1126e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ load(":repositories.bzl", "android_lint_register_toolchains")

def _toolchain_extension(_):
android_lint_register_toolchains(register = False)
pass

android_lint = module_extension(
implementation = _toolchain_extension,
Expand Down

0 comments on commit c1126e1

Please sign in to comment.