summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/android-ndk.rst
blob: ee4ea5b6e1895bf25e92bbee5622c4f320be077f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
android-ndk
-----------

* CMake's support for :ref:`Cross Compiling for Android`
  is now merged with the Android NDK's toolchain file.
  They now have similar behavior, though some variable names differ.
  User-facing changes include:

  - ``find_*`` functions will search NDK ABI / API specific paths by default.

  - The default :variable:`CMAKE_BUILD_TYPE` for Android is
    now ``RelWithDebInfo``.