as_aab_build_apks
Convert an Android App Bundle (.aab) into a set of installable APKs (.apks) using bundletool for distribution or testing.
Instructions
Convert an Android App Bundle (.aab) into an installable .apks set (bundletool).
Args: params (AabBuildInput): aab_path, out_apks, universal, confirm.
Returns: str: JSON with the produced .apks path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |