Home
last modified time | relevance | path

Searched refs:deviceAbi1 (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.java198 String deviceAbi1 = device.getProperty("ro.product.cpu.abi"); //$NON-NLS-1$ in doLaunch() local
202 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis); in doLaunch()
210 deviceAbi1, in doLaunch()
471 private NativeAbi getCompatibleAbi(String deviceAbi1, String deviceAbi2, in getCompatibleAbi() argument
474 if (abi.getAbi().equals(deviceAbi1) || abi.getAbi().equals(deviceAbi2)) { in getCompatibleAbi()