mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Add support for providing any emulator launch options as action input. Remove headless input which might overlap with emulator-options.
This commit is contained in:
+3
-3
@@ -16,9 +16,9 @@ inputs:
|
||||
default: 'x86'
|
||||
profile:
|
||||
description: 'Hardware profile used for creating the AVD - e.g. `Nexus 6`.'
|
||||
headless:
|
||||
description: 'whether to launch emulator in without UI - true or false'
|
||||
default: 'true'
|
||||
emulator-options:
|
||||
description: 'command-line options used when launching the emulator - e.g. `-no-snapshot -camera-back emulated`.'
|
||||
default: '-no-window -no-snapshot -noaudio -no-boot-anim'
|
||||
disable-animations:
|
||||
description: 'whether to disable animations - true or false'
|
||||
default: 'true'
|
||||
|
||||
Reference in New Issue
Block a user