Lines Matching refs:build
3 itself, i.e. they are not needed when using ndk-build to build
47 build/core
50 Contains the main NDK build system used when `ndk-build`. Relies heavily on GNU
53 build/tools
71 `ndk-build`. See docs/CPLUSPLUS-SUPPORT.html for more details.
82 Contains the sources of a port of STLport that can be used with `ndk-build`. The
83 dev-script `build-cxx-stl.sh` can be used to generate prebuilt libraries from
89 Contains the sources of a port of LLVM's libc++ that can be used with ndk-build.
90 The dev-script `build-cxx-stl.sh` can be used to generate prebuilt libraries
97 dev-script `build-gnu-libstdc++.sh` is used to generate prebuilt libraries from
118 `ndk-build`. For example, the `cpu-features` helper library is under
169 required to build the host cross-toolchains properly.
185 libraries that can be used by ndk-build at link time. These shared libraries
189 These files can be generated from a given platform build using the
236 build the Android platform and in the NDK.
249 First you will need to build a proper "sysroot" directory before being able to
250 configure/build them.
253 compiler will use to build a few required target-specific binaries (e.g.
258 $NDK/build/tools/gen-platforms.sh --minimal
264 Once the sysroots are in place, use `build-gcc.sh` by providing the path to the
266 build, and the full toolchain name.
272 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK \
274 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.8
280 build to speed up the build on multi-core machine (use the -j<number> option to
287 You need to be on Linux to build the Windows binaries, using the "mingw-w64"
291 $NDK/build/tools/build-gcc.sh --mingw \
294 $NDK/build/tools/build-gcc.sh --mingw \
339 directory when `ndk-build` is called.
342 installation. You can generate them with `build-gdbserver.py`.
365 $NDK/build/tools/build-cxx-stl.sh --stl=stlport
366 $NDK/build/tools/build-cxx-stl.sh --stl=libc++
367 $NDK/build/tools/build-gnu-libstdc++.sh /tmp/ndk-$USER/src
370 minutes. You can follow the build by using the --verbose option to display
386 The `build-ndk-stack.sh` script can be used to rebuild the `ndk-stack` helper
387 host program. See docs/NDK-STACK.html for a usage description. To build it,
390 $NDK/build/tools/build-ndk-stack.sh
395 Similar to `ndk-stack`, see the `build-ndk-depends.sh` script.
408 For example, to build and package the libc++ binaries, use:
410 $NDK/build/tools/build-cxx-stl.sh --stl=libc++ \
426 $NDK/build/tools/build-cxx-stl.sh --stl=stlport \
434 You can use `--system windows` or `--system windows64` to build Windows binaries
453 $NDK/build/tools/package-release.sh \
473 By default, i.e. without the option, the scripts tries to build NDK archives for
479 will try to build packages that support all architectures.
517 * 'build tests' are used to test the building capabilities of the NDK.
518 I.e. the tests will only use them to check that the NDK build system
522 * 'device tests' are used to test both the build and the behaviour of
532 unit test to check the feature or the fix. Use $NDK/tests/build for build tests,