1CMAKE_ANDROID_API 2----------------- 3 4.. versionadded:: 3.1 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_API` target property. See that target property for 9additional information. 10 11Otherwise, when :ref:`Cross Compiling for Android`, this variable provides 12the Android API version number targeted. This will be the same value as 13the :variable:`CMAKE_SYSTEM_VERSION` variable for ``Android`` platforms. 14