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