mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-09-04 03:19:33 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
export const MIN_API_LEVEL = 15;
|
||||
export const VALID_TARGETS: Array<string> = ['default', 'google_apis', 'google_apis_playstore'];
|
||||
export const VALID_TARGETS: Array<string> = ['default', 'google_apis', 'google_apis_playstore', 'android-wear', 'android-wear-cn', 'android-tv', 'google-tv'];
|
||||
export const VALID_ARCHS: Array<string> = ['x86', 'x86_64', 'arm64-v8a'];
|
||||
|
||||
export function checkApiLevel(apiLevel: string): void {
|
||||
|
||||
Reference in New Issue
Block a user