Lines Matching refs:a
3 CMake is great, and so is Android. This is a collection of CMake scripts that may be useful to the …
31 To build a cmake-based C/C++ project for Android you need:
45 …get to explicitly specify `Release` or `Debug` because CMake builds without a build configuration …
51 * `Release` builds without debug info (without `-g`) (because _ndk-build_ always creates a stripped…
78 … API to build for. Can be set either to full name (example: `android-8`) or a numeric value (examp…
103 * `gabi++_static` - use the GAbi++ runtime as a static library.
106 * `gabi++_shared` - use the GAbi++ runtime as a shared library.
109 * `stlport_static` - use the STLport runtime as a static library.
112 * `stlport_shared` - use the STLport runtime as a shared library.
115 * **`gnustl_static`** - use the GNU STL as a static library.
117 * `gnustl_shared` - use the GNU STL as a shared library.
139 * **ANDROID_RELRO** = `ON` - Enables RELRO - a memory corruption mitigation technique (`-Wl,-z,relr…
156 * `armv7-a` - for `armeabi-v7a`, `armeabi-v7a with VFPV3` and `armeabi-v7a with NEON` ABIs
180 However sometimes you need to locate a host package even when cross-compiling. For example you can …
213 … not be supported by _android-cmake_. To build natively on Windows you need a port of make but I r…
225 * Get a Windows port of GNU Make:
231 …* It must be `MinGW Makefiles` and not `Unix Makefiles` even if your `make.exe` is not a MinGW's m…