Lines Matching refs:android
1 # android-cmake
3 …ased on experience from porting OpenCV library to Android: http://opencv.org/platforms/android.html
9 cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake \
18 …cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake -DANDROID_NDK=<ndk_path> -DCMAKE_BUILD_TYPE=R…
27 So if you have installed the NDK as `~/android-ndk-r10d` then _android-cmake_ will locate it automa…
33 * Android NDK (>= r5) http://developer.android.com/tools/sdk/ndk/index.html
78 …*ANDROID_NATIVE_API_LEVEL** - level of android API to build for. Can be set either to full name (e…
79 * `android-8` for ARM;
80 * `android-9` for x86 and MIPS;
81 * `android-21` for 64-bit ABIs.
83 Building for `android-L` is possible only when it is explicitly selected.
87 * `aarch64-linux-android-4.9`
88 * `aarch64-linux-android-clang3.5`
92 * `mips64el-linux-android-4.9`
93 * `mipsel-linux-android-4.8`
180 … to use `find_host_package` and `find_host_program` macro defined in the `android.toolchain.cmake`: