Skip to content

Commit

Permalink
Merge #246 by Bencodes: Pass tags to android_application
Browse files Browse the repository at this point in the history
Ensures that the tags are applied to both the android_application and android_binary targets.
Closes #246

COPYBARA_INTEGRATE_REVIEW=#246 from Bencodes:patch-11 2361cec
PiperOrigin-RevId: 651111044
Change-Id: Ib747981d30fc5b1fb10ae740e6773d4afdeb9146
  • Loading branch information
Bencodes authored and copybara-github committed Jul 10, 2024
1 parent 16b6817 commit 58e93e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/android_application/android_application_rule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,5 @@ def android_application_macro(_android_binary, **attrs):
sdk_bundles = sdk_bundles,
manifest_values = attrs.get("manifest_values"),
visibility = attrs.get("visibility", None),
tags = attrs.get("tags", []),
)

0 comments on commit 58e93e5

Please sign in to comment.