public class AbiDetect
extends java.lang.Object
Detects the running ABI name natively using Google cpu-features
library.
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAbi()
Returns the ABI name loaded.
|
static java.lang.String |
getCpuAbi()
Returns the ABI name of the cpu running.
|