Support non-mobile targets (Wear OS, TV) (#180)

* Add non-mobile targets to allowlist

* Add new targets to input validator tests

* Update built input-validator.js

* Update README with new targets

* Update action.yml with new targets
This commit is contained in:
Alex Vanyo
2021-08-13 12:25:01 -05:00
committed by GitHub
parent 1bf9f17bc6
commit 4d1a61ed38
5 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ inputs:
description: 'API level of the platform and system image - e.g. 23 for Android Marshmallow, 29 for Android 10'
required: true
target:
description: 'target of the system image - default, google_apis or playstore'
description: 'target of the system image - default, google_apis, google_apis_playstore, android-wear, android-wear-cn, android-tv or google-tv'
default: 'default'
arch:
description: 'CPU architecture of the system image - x86, x86_64 or arm64-v8a'