()
| 36 | } |
| 37 | |
| 38 | export function getAllArchitecturesForAndroid() { |
| 39 | return [Architecture.ARM64, Architecture.ARMV7, Architecture.X86_64]; |
| 40 | } |
| 41 | |
| 42 | export async function getConnectedAndroidDevices(): Promise<string[]> { |
| 43 | const commandListDevices = 'adb devices'; |