Skip to content

Commit

Permalink
Disable g3itr
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Sep 7, 2023
1 parent 6f79781 commit b75e5a5
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions rules/resources.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -582,18 +582,6 @@ def _package(

g3itr_manifest = manifest

if xsltproc or instrument_xslt:
g3itr_manifest = ctx.actions.declare_file(
"_migrated/" + ctx.label.name + "add_g3itr/AndroidManifest.xml",
)
_add_g3itr(
ctx,
out_manifest = g3itr_manifest,
manifest = manifest,
xsltproc = xsltproc,
instrument_xslt = instrument_xslt,
)

direct_resources_nodes = []
transitive_resources_nodes = []
transitive_assets = []
Expand Down Expand Up @@ -1499,19 +1487,6 @@ def _process_starlark(
)
manifest = stamped_manifest

if instrument_xslt:
g3itr_manifest = ctx.actions.declare_file(
"_migrated/" + ctx.label.name + "_g3itr_manifest/AndroidManifest.xml",
)
_add_g3itr(
ctx,
out_manifest = g3itr_manifest,
manifest = manifest,
xsltproc = xsltproc,
instrument_xslt = instrument_xslt,
)
manifest = g3itr_manifest

parsed_assets = ctx.actions.declare_file(
"_migrated/" + ctx.label.name + "_symbols/assets.bin",
)
Expand Down

0 comments on commit b75e5a5

Please sign in to comment.