Enum of valid ABI you can specify for NDK.
Type | Name and description |
---|---|
String |
getArchitecture() Returns the CPU architecture. |
static Abi |
getByName(String name) Returns the ABI Enum with the specified name. |
String |
getGccExecutablePrefix() Returns the prefix of GCC tools for the ABI. |
String |
getGccToolchainPrefix() Returns the platform string for locating the toolchains in the NDK. |
String |
getName() Returns name of the ABI. |
boolean |
supports64Bits() Returns whether the ABI supports 64-bits. |
Returns the CPU architecture.
Returns the ABI Enum with the specified name.
Returns the prefix of GCC tools for the ABI.
Returns the platform string for locating the toolchains in the NDK.
Returns name of the ABI.
Returns whether the ABI supports 64-bits.