Skip to content

Commit

Permalink
Enable ANDROID_LINT_SKIP_BYTECODE_VERIFIER
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Oct 21, 2023
1 parent bb6c206 commit 8adeabe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rules/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ def _collect_android_lint_providers(ctx, regenerate):
"supports-workers": "1",
"requires-worker-protocol": "json",
},
env = {
# https://googlesamples.github.io/android-custom-lint-rules/usage/variables.md.html
"ANDROID_LINT_SKIP_BYTECODE_VERIFIER": "true",
},
)

return struct(
Expand Down

0 comments on commit 8adeabe

Please sign in to comment.