We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7b716 commit 7cb874aCopy full SHA for 7cb874a
rules/impl.bzl
@@ -174,9 +174,6 @@ def process_android_lint_issues(ctx, regenerate):
174
# Append the Android manifest file. Lint requires that the input manifest files be named
175
# exactly `AndroidManifest.xml`.
176
manifest = ctx.file.manifest
177
- if manifest and manifest.basename != "AndroidManifest.xml":
178
- manifest = ctx.actions.declare_file("AndroidManifest.xml")
179
- ctx.actions.symlink(output = manifest, target_file = ctx.file.manifest)
180
181
merged_manifest = None
182
if ctx.attr.lib and AndroidManifestInfo in ctx.attr.lib and AndroidBinaryData in ctx.attr.lib:
0 commit comments