Skip to content

Commit 75b4d4e

Browse files
timpeutcopybara-github
authored andcommitted
Add comment that the _base module suffix is relied upon by others.
(Unfortunately) PiperOrigin-RevId: 802734643 Change-Id: I2c06e39c78a3abc7034d92dab75fc0276a317915
1 parent 4f61f6d commit 75b4d4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rules/android_application/android_application_rule.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,8 @@ def android_application_macro(_android_binary, **attrs):
484484
_verify_attrs(attrs, fqn)
485485

486486
# Create an android_binary base split, plus an android_application to produce the aab
487+
# Note: various teams / systems rely on the _base suffix (even though it's really an
488+
# implementation detail).
487489
name = attrs.pop("name")
488490
base_split_name = "%s_base" % name
489491

0 commit comments

Comments
 (0)