In bundle: saker.android
Identifier of an Android ABI (Application Binary Interface).
Summary
arm64-v8a | ABI for ARMv8-A based CPUs, which support the 64-bit AArch64 architecture. |
armeabi-v7a | ABI for 32-bit ARM-based CPUs. |
x86 | ABI for CPUs supporting the instruction set commonly known as "x86", "i386", or "IA-32". |
x86_64 | ABI for CPUs supporting the instruction set commonly referred to as "x86-64." |
Enumeration values
ABI for ARMv8-A based CPUs, which support the 64-bit AArch64 architecture.
ABI for 32-bit ARM-based CPUs.
ABI for CPUs supporting the instruction set commonly known as "x86", "i386", or "IA-32".
ABI for CPUs supporting the instruction set commonly referred to as "x86-64."