Lines Matching refs:Android
3 …Android. This is a collection of CMake scripts that may be useful to the Android NDK community. It…
5 …ripts so that devs that use CMake as their build system may easily compile native code for Android.
31 To build a cmake-based C/C++ project for Android you need:
33 * Android NDK (>= r5) http://developer.android.com/tools/sdk/ndk/index.html
36 The _android-cmake_ is also capable to build with NDK from AOSP or Linaro Android source tree, but …
66 * **ANDROID_NDK** - path to the Android NDK. If not set then _android-cmake_ will search for the mo…
67 …ption nearly matches to the APP_ABI variable used by ndk-build tool from Android NDK. If not speci…
132 * **ANDROID_NDK_LAYOUT** = `RELEASE` - inner layout of Android NDK, should be detected automaticall…
144 ### Recognizing Android build
146 _android-cmake_ defines `ANDROID` CMake variable which can be used to add Android-specific stuff:
149 message(STATUS "Hello from Android build!")
166 * `ANDROID_NATIVE_API_LEVEL` - native Android API level we are building for (note: Java part of And…
167 * `ANDROID_NDK_RELEASE` - version of the Android NDK
174 … the same build target. So _android-cmake_ configures CMake to search in Android-specific paths on…
178 will surely find libz.so within the Android NDK.
226 * Android NDK r7 (and newer) already has `make.exe` on board;