1CMAKE_ANDROID_ARCH
2------------------
3
4.. versionadded:: 3.4
5
6When :ref:`Cross Compiling for Android with NVIDIA Nsight Tegra Visual Studio
7Edition`, this variable may be set to specify the default value for the
8:prop_tgt:`ANDROID_ARCH` target property.  See that target property for
9additional information.
10
11Otherwise, when :ref:`Cross Compiling for Android`, this variable provides
12the name of the Android architecture corresponding to the value of the
13:variable:`CMAKE_ANDROID_ARCH_ABI` variable.  The architecture name
14may be one of:
15
16* ``arm``
17* ``arm64``
18* ``mips``
19* ``mips64``
20* ``x86``
21* ``x86_64``
22