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