cmd/gogio: [android] add support for AAB

That patch makes possible to generate Android App Bundle (`.aab`) instead
of APK. In order to generate AAB use `-o outputfile.aab`.

Signed-off-by: Inkeliz <inkeliz@inkeliz.com>
This commit is contained in:
Inkeliz
2021-03-24 14:54:10 +00:00
committed by Elias Naur
parent 238dd1aa86
commit b7dc407dbe
2 changed files with 128 additions and 30 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ its deletion.
The -x flag will print all the external commands executed by the gogio tool.
The -signkey flag specifies the path of the keystore, used for signing Android apk files.
The -signkey flag specifies the path of the keystore, used for signing Android apk/aab files.
The -signpass flag specifies the password of the keystore, ignored if -signkey is not provided.
`