Skip to content

Commit 4ddeec1

Browse files
committed
Fix android-target and android-channel
1 parent f1c0ee3 commit 4ddeec1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Snapshots can be specified with their full name, like "6.1-DEVELOPMENT-SNAPSHOT-
8686
| build-tests | Whether to build the package tests or just the sources | true |
8787
| run-tests | Whether to run the tests or just perform the build | true |
8888
| copy-files | Additional files to copy to emulator for testing | |
89-
| android-emulator-test-folder | Emulator folder where tests are copied and run | /data/local/tmp/android-xctest |
89+
| android-emulator-test-folder | Emulator folder where tests are copied | /data/local/tmp/android-xctest |
9090
| android-api-level | The API level of the Android emulator to run against | 29 |
91-
| android-channel | Channel to download the SDK components from - stable, beta, dev, canary | stable |
91+
| android-channel | SDK component channel: stable, beta, dev, canary | stable |
9292
| android-profile | Hardware profile used for creating the AVD | pixel |
93-
| android-target | Target of the system image - default, google_apis, playstore, android-wear, android-wear-cn, android-tv, google-tv, aosp_atd or google_atd | default |
93+
| android-target | Target of the system image | aosp_atd |
9494
| android-cores | Number of cores to use for the emulator | 2 |
9595
| android-emulator-options | Options to pass to the Android emulator | -no-window … |
9696
| android-emulator-boot-timeout | Emulator boot timeout in seconds | 600 |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ inputs:
8989
android-target:
9090
required: false
9191
type: string
92-
default: 'default'
92+
default: 'aosp_atd'
9393

9494
runs:
9595
using: "composite"

0 commit comments

Comments
 (0)