Skip to content

Commit a11ce9d

Browse files
A Googlercopybara-github
authored andcommitted
Internal change.
PiperOrigin-RevId: 832005237 Change-Id: I9c7c56a25bffdd085f9ed69c9906f08f35f5f041
1 parent 0cafc5a commit a11ce9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/resources.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def _package(
586586

587587
g3itr_manifest = manifest
588588

589-
if xsltproc or instrument_xslt:
589+
if manifest and (xsltproc or instrument_xslt):
590590
g3itr_manifest = ctx.actions.declare_file(
591591
"_migrated/" + ctx.label.name + "add_g3itr/AndroidManifest.xml",
592592
)

0 commit comments

Comments
 (0)