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