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.java197 String deviceAbi1 = device.getProperty("ro.product.cpu.abi"); //$NON-NLS-1$ in doLaunch() local
201 NativeAbi compatAbi = getCompatibleAbi(deviceAbi1, deviceAbi2, appAbis); in doLaunch()
209 deviceAbi1, in doLaunch()
452 private NativeAbi getCompatibleAbi(String deviceAbi1, String deviceAbi2, in getCompatibleAbi() argument
455 if (abi.getAbi().equals(deviceAbi1) || abi.getAbi().equals(deviceAbi2)) { in getCompatibleAbi()