Skip to content

Commit b8ab40f

Browse files
A Googlercopybara-github
authored andcommitted
Forward exec_properties attribute in android_application macro.
This ensures that execution requirements, such as memory limits, set on an android_application target are correctly passed through to the underlying android_application rule invocation. Previously, these properties were not consistently applied to all actions generated by the rule, particularly the bundle building steps. PiperOrigin-RevId: 864999436 Change-Id: I02c7512636f54db40ffb80abe80c753e4754edab
1 parent 3bf8bae commit b8ab40f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rules/android_application/android_application_rule.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,5 @@ def android_application_macro(_android_binary, **attrs):
528528
manifest_values = attrs.get("manifest_values"),
529529
visibility = attrs.get("visibility", None),
530530
tags = attrs.get("tags", []),
531+
exec_properties = attrs.get("exec_properties", None),
531532
)

0 commit comments

Comments
 (0)