1CMAKE_<LANG>_ANDROID_TOOLCHAIN_PREFIX 2------------------------------------- 3 4.. versionadded:: 3.7 5 6When :ref:`Cross Compiling for Android` this variable contains the absolute 7path prefixing the toolchain GNU compiler and its binutils. 8 9See also :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_SUFFIX` 10and :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE`. 11 12For example, the path to the linker is:: 13 14 ${CMAKE_CXX_ANDROID_TOOLCHAIN_PREFIX}ld${CMAKE_CXX_ANDROID_TOOLCHAIN_SUFFIX} 15