Support specifying SD card path or size.

This commit is contained in:
Yang
2020-12-27 19:41:13 +11:00
parent 308aa234e1
commit b0f3c521a5
8 changed files with 32 additions and 20 deletions
+2
View File
@@ -16,6 +16,8 @@ inputs:
default: 'x86'
profile:
description: 'hardware profile used for creating the AVD - e.g. `Nexus 6`'
sdcard-path-or-size:
description: 'path to the SD card image for this AVD or the size of a new SD card image to create for this AVD, in KB or MB, denoted with K or M. - e.g. `path/to/sdcard`, or `1000M`'
avd-name:
description: 'custom AVD name used for creating the Android Virtual Device'
default: 'test'