CMAKE_ANDROID_NDK_DEPRECATED_HEADERS.rst 375 B

123456789
  1. CMAKE_ANDROID_NDK_DEPRECATED_HEADERS
  2. ------------------------------------
  3. When :ref:`Cross Compiling for Android with the NDK`, this variable
  4. may be set to specify whether to use the deprecated per-api-level
  5. headers instead of the unified headers.
  6. If not specified, the default will be *false* if using a NDK version
  7. that provides the unified headers and *true* otherwise.