Skip to content

Commit

Permalink
Revert D51217538: buck2 for voltron language packs.
Browse files Browse the repository at this point in the history
Differential Revision:
D51217538

Original commit changeset: 7cacdccb4448

Original Phabricator Diff: D51217538

fbshipit-source-id: bd06f42080b480f6b2e9d56daccf8ce6674a9353
  • Loading branch information
Yujie Liu authored and facebook-github-bot committed Nov 11, 2023
1 parent 2a381b2 commit 8a39584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prelude/android/android_binary_resources_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def _maybe_filter_resources(
continue

filtered_res = res_info_to_out_res_dir[resource]
final_filtered_res = voltron_res_info_to_out_res_dir[resource] if is_voltron_language_pack_enabled else filtered_res
filtered_aapt2_compile_output = aapt2_compile(
ctx,
filtered_res,
Expand All @@ -319,7 +318,7 @@ def _maybe_filter_resources(
assets = resource.assets,
manifest_file = resource.manifest_file,
r_dot_java_package = resource.r_dot_java_package,
res = final_filtered_res,
res = filtered_res,
text_symbols = resource.text_symbols,
)
filtered_resource_infos.append(filtered_resource)
Expand Down

0 comments on commit 8a39584

Please sign in to comment.