Skip to content

Commit 7cb874a

Browse files
committed
Use manifest file as-is
1 parent 3b7b716 commit 7cb874a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rules/impl.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ def process_android_lint_issues(ctx, regenerate):
174174
# Append the Android manifest file. Lint requires that the input manifest files be named
175175
# exactly `AndroidManifest.xml`.
176176
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)
180177

181178
merged_manifest = None
182179
if ctx.attr.lib and AndroidManifestInfo in ctx.attr.lib and AndroidBinaryData in ctx.attr.lib:

0 commit comments

Comments
 (0)