blob: d241dd00093b22bdfb3a49d128b89d5b3fb8ddf4 (
plain)
1
2
3
4
5
6
7
|
CMAKE_ANDROID_NDK
-----------------
When :ref:`Cross Compiling for Android with the NDK`, this variable holds
the absolute path to the root directory of the NDK. The directory must
contain a ``platforms`` subdirectory holding the ``android-<api>``
directories.
|