mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
3d00be13ee
The unified headers are preferred as of NDK r15, so use them by default if available and provide an option to use the deprecated headers. Inspired-by: Florent Castelli <florent.castelli@gmail.com> Fixes: #16584
10 lines
375 B
ReStructuredText
10 lines
375 B
ReStructuredText
CMAKE_ANDROID_NDK_DEPRECATED_HEADERS
|
|
------------------------------------
|
|
|
|
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.
|