blob: 5a2e3ecacf7e1fe4aa9bdecb7ac758bdebac08a2 [file] [log] [blame]
Ryan Prichard7aea7e92022-01-13 17:30:17 -08001CMAKE_ANDROID_ARCH_ABI
2----------------------
3
4.. versionadded:: 3.7
5
6When :ref:`Cross Compiling for Android`, this variable specifies the
7target architecture and ABI to be used. Valid values are:
8
9* ``arm64-v8a``
10* ``armeabi-v7a``
11* ``armeabi-v6``
12* ``armeabi``
13* ``mips``
14* ``mips64``
15* ``x86``
16* ``x86_64``
17
18See also the :variable:`CMAKE_ANDROID_ARM_MODE` and
19:variable:`CMAKE_ANDROID_ARM_NEON` variables.