1CMAKE_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. 20