android-info-variables.rst 631 B

123456789101112131415
  1. android-info-variables
  2. ----------------------
  3. * When :ref:`Cross Compiling for Android`, a new
  4. :variable:`CMAKE_<LANG>_ANDROID_TOOLCHAIN_MACHINE` variable is
  5. now set to indicate the binutils' machine name.
  6. * When :ref:`Cross Compiling for Android with the NDK`, the
  7. :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION` variable is
  8. now set by CMake if it is not set by the user or toolchain file.
  9. * When :ref:`Cross Compiling for Android with the NDK`, a new
  10. :variable:`CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG` variable is
  11. now set by CMake to expose the host directory component of the
  12. path to the NDK prebuilt toolchains.