diff --git a/rules/android_application/attrs.bzl b/rules/android_application/attrs.bzl index 88fb2ff4..f16191a4 100644 --- a/rules/android_application/attrs.bzl +++ b/rules/android_application/attrs.bzl @@ -126,4 +126,5 @@ ANDROID_FEATURE_MODULE_ATTRS = dict( default = False, doc = "Marks the feature module as an asset module. This enables the module to be distributed as archive files rather than just as APKs. Cannot contain any dex or native code.", ), + fused = attr.bool(default = True), )