blob: 9330c620e0b84844c89821ddb842280b1646b021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
android-info-variables
----------------------
* When :ref:`Cross Compiling for Android with the NDK`, the
:variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION` variable is
now set by CMake if it is not set by the user or toolchain file.
* When :ref:`Cross Compiling for Android with the NDK`, a new
:variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG` variable is
now set by CMake to expose the host directory component of the
path to the NDK prebuilt toolchains.
|