Support aosp_atd and google_atd targets.

This commit is contained in:
Yang
2021-10-23 19:11:16 +11:00
parent d1f5d2c017
commit 8f0c30aea2
6 changed files with 23 additions and 11 deletions
+4 -2
View File
@@ -38,8 +38,8 @@ jobs:
target: playstore
arch: x86
- os: macos-latest
api-level: 28
target: google_apis
api-level: 30
target: aosp_atd
arch: x86
- os: macos-11
api-level: 31
@@ -99,6 +99,7 @@ jobs:
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
working-directory: ./test-fixture/
channel: canary
script: echo "Generated AVD snapshot for caching."
- name: run action
@@ -116,6 +117,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
working-directory: ./test-fixture/
channel: canary
script: |
echo $GITHUB_REPOSITORY
adb devices
+1 -1
View File
@@ -11,7 +11,7 @@ on:
required: true
default: '30'
target:
description: 'target of the system image - default, google_apis, google_apis_playstore, android-wear, android-wear-cn, android-tv or google-tv'
description: 'target of the system image - default, google_apis, google_apis_playstore, aosp_atd, google_atd, android-wear, android-wear-cn, android-tv or google-tv'
required: true
default: 'default'
arch: