Skip to content

Commit

Permalink
Disable aar validation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Sep 7, 2023
1 parent b75e5a5 commit fa76ac1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rules/aar_import/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -561,14 +561,6 @@ def impl(ctx):
)
providers.extend(lint_providers)

validation_outputs.append(_validate_rule(
ctx,
aar = aar,
package = package,
manifest = manifest_ctx.processed_manifest,
checks = _get_android_toolchain(ctx).aar_import_checks.files_to_run,
))

providers.append(
intellij.make_android_ide_info(
ctx,
Expand Down

0 comments on commit fa76ac1

Please sign in to comment.