android-ndk.rst 405 B

123456789101112
  1. android-ndk
  2. -----------
  3. * CMake's support for :ref:`Cross Compiling for Android`
  4. is now merged with the Android NDK's toolchain file.
  5. They now have similar behavior, though some variable names differ.
  6. User-facing changes include:
  7. - ``find_*`` functions will search NDK ABI / API specific paths by default.
  8. - The default :variable:`CMAKE_BUILD_TYPE` for Android is
  9. now ``RelWithDebInfo``.