Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding available options to create_command_flags input #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ inputs:
category: Debug
title: Create AVD command flags
summary: Flags used when running the command to create the emulator.
description: Flags used when running the command to create the emulator.
description: Additional flags used when running the command to create the emulator. The available options are:
- -a --snapshot: Place a snapshots file in the AVD, to enable persistence.
- -c --sdcard: Path to a shared SD card image, or size of a new sdcard for
the new AVD.
- -p --path: Directory where the new AVD will be created.
is_required: false
- start_command_flags: -camera-back none -camera-front none
opts:
Expand Down