MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getAllArchitecturesForAndroid

Function getAllArchitecturesForAndroid

npm_modules/cli/src/utils/deviceUtils.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

getBuildInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected