Skip to content

Commit b33b83d

Browse files
timpeutcopybara-github
authored andcommitted
Set debuggable = false on feature modules.
PiperOrigin-RevId: 799690958 Change-Id: I8d58ffe45a80665311b0ca496fd181c7db7e1212
1 parent 6581a7e commit b33b83d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rules/android_application/android_application_rule.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ def _process_feature_module(
148148
busybox = get_android_toolchain(ctx).android_resources_busybox.files_to_run,
149149
host_javabase = _common.get_host_javabase(ctx),
150150
should_throw_on_conflict = True,
151+
# We only support native libraries and assets in feature modules. This likely needs to be
152+
# conditionally set if/when we support jvm / resources.
153+
debug = False,
151154
application_id = application_id,
152155
)
153156

0 commit comments

Comments
 (0)