Add support for using google_apis_playstore system images.

This commit is contained in:
Yang
2020-10-16 14:10:25 +11:00
parent fd240e46a6
commit 53151f5236
10 changed files with 21 additions and 9 deletions
+4
View File
@@ -33,6 +33,10 @@ jobs:
- os: macos-latest
api-level: 30
target: google_apis
- os: macos-latest
api-level: 24
target: playstore
steps:
- name: checkout
uses: actions/checkout@v2