aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sinclair <asinclair@google.com>2023-03-24 12:57:41 -0700
committerCopybara-Service <copybara-worker@google.com>2023-03-24 12:58:26 -0700
commit5aa7f9d3c62c0d2918e4df4618ecaca6c274ca24 (patch)
treeb74b901fde1f09f27481242687100898773e5bee
parenta2bed7a4ff8a89b30d9c34dc7b068f3415aec7ee (diff)
downloadbazelbuild-rules_android-5aa7f9d3c62c0d2918e4df4618ecaca6c274ca24.tar.gz
Unconditionally propagate resources in android_library.
PiperOrigin-RevId: 519216801 Change-Id: If0c619f39cedf611eae192a58ea3f2c3924387e7
-rw-r--r--rules/android_library/impl.bzl1
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/android_library/impl.bzl b/rules/android_library/impl.bzl
index 13ea656..5d4b2ed 100644
--- a/rules/android_library/impl.bzl
+++ b/rules/android_library/impl.bzl
@@ -171,7 +171,6 @@ def _process_resources(ctx, java_package, manifest_ctx, **unused_ctxs):
# misbehavior on the Java side.
fix_resource_transitivity = bool(ctx.attr.srcs),
fix_export_exporting = acls.in_fix_export_exporting_rollout(str(ctx.label)),
- propagate_resources = not ctx.attr._android_test_migration,
# Tool and Processing related inputs
aapt = get_android_toolchain(ctx).aapt2.files_to_run,