Home
last modified time | relevance | path

Searched refs:appAbis (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java139 Collection<NativeAbi> appAbis = NdkHelper.getApplicationAbis(project, monitor); in doLaunch() local
140 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() argument
473 for (NativeAbi abi: appAbis) { in getCompatibleAbi()