Home
last modified time | relevance | path

Searched defs:compatAbi (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.java202 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis); in doLaunch() local
379 IProject project, NativeAbi compatAbi, IProgressMonitor monitor) throws CoreException { in performVariableSubstitutions()