Searched refs: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/ |
D | NdkGdbLaunchDelegate.java | 202 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis); in doLaunch() local 203 if (compatAbi == null) { in doLaunch() 260 IPath solibFolder = project.getLocation().append("obj/local").append(compatAbi.getAbi()); in doLaunch() 345 ILaunchConfiguration config2 = performVariableSubstitutions(config, project, compatAbi, in doLaunch() 379 IProject project, NativeAbi compatAbi, IProgressMonitor monitor) throws CoreException { in performVariableSubstitutions() argument 382 String toolchainPrefix = NdkHelper.getToolchainPrefix(project, compatAbi, monitor); in performVariableSubstitutions() 391 NdkVariables.NDK_COMPAT_ABI, true, compatAbi.getAbi()); in performVariableSubstitutions()
|