as_gradle_bundle
Build an Android App Bundle (.aab) using Gradle. Provide project directory, variant, and optional module for customization.
Instructions
Build an Android App Bundle (.aab) with bundle.
Args: params (GradleAssembleInput): project_dir, variant, optional module, timeout.
Returns: str: JSON with gradle status and produced 'outputs' (aab paths).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |