Skip to content

Commit 11bd5ba

Browse files
committed
chore: add help for aab flag
1 parent ba7cac4 commit 11bd5ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/man_pages/project/testing/build-android.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Builds the project for Android and produces an APK that you can manually deploy
1313

1414
Usage | Synopsis
1515
---|---
16-
General | `$ tns build android [--compileSdk <API Level>] [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--static-bindings] [--copy-to <File Path>] [--bundle [<value>] [--env.*]]`
16+
General | `$ tns build android [--compileSdk <API Level>] [--key-store-path <File Path> --key-store-password <Password> --key-store-alias <Name> --key-store-alias-password <Password>] [--release] [--static-bindings] [--copy-to <File Path>] [--bundle [<value>] [--env.*]] [--aab]`
1717

1818
### Options
1919

@@ -27,6 +27,7 @@ General | `$ tns build android [--compileSdk <API Level>] [--key-store-path <Fil
2727
* `--copy-to` - Specifies the file path where the built `.apk` will be copied. If it points to a non-existent directory, it will be created. If the specified value is directory, the original file name will be used.
2828
* `--bundle` - Specifies that the `webpack` bundler will be used to bundle the application.
2929
* `--env.*` - Specifies additional flags that the bundler may process. May be passed multiple times. For example: `--env.uglify --env.snapshot`.
30+
* `--aab` - Specifies that the build must produce an Android App Bundle(`.aab`) file.
3031

3132
<% if(isHtml) { %>
3233

0 commit comments

Comments
 (0)