public class AbiDetect
extends java.lang.Object
This class is used to detect running ABI name using Google cpu-features
library.
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAbi()
Returns loaded ABI name.
|
static java.lang.String |
getNativeAbi()
Returns loaded ABI name.
|
static java.lang.String |
getNativeCpuAbi()
Returns ABI name of the running cpu.
|
public static java.lang.String getAbi()
Returns loaded ABI name.
public static java.lang.String getNativeAbi()
Returns loaded ABI name.
public static java.lang.String getNativeCpuAbi()
Returns ABI name of the running cpu.