Add option to set AVD RAM size.

This commit is contained in:
Yang
2021-06-26 23:26:38 +10:00
parent 8a4333421e
commit eba1fbfb59
7 changed files with 22 additions and 2 deletions
+2
View File
@@ -19,6 +19,8 @@ inputs:
cores:
description: 'the number of cores to use for the emulator'
default: 2
ram-size:
description: 'size of RAM to use for this AVD, in KB or MB, denoted with K or M. - e.g. `2048M`'
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: