Searched refs:appAbis (Results 1 – 1 of 1) sorted by relevance
139 Collection<NativeAbi> appAbis = NdkHelper.getApplicationAbis(project, monitor); in doLaunch() local140 if (appAbis.size() == 0) { in doLaunch()202 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis); in doLaunch()207 String.format("ABI's supported by the application: %s", JOINER.join(appAbis))); in doLaunch()472 Collection<NativeAbi> appAbis) { in getCompatibleAbi() argument473 for (NativeAbi abi: appAbis) { in getCompatibleAbi()