Lines Matching refs:build

3 itself, i.e. they are un-needed when using ndk-build to build
27 $NDK/build/core
28 Contains the main NDK build system used when 'ndk-build'.
32 $NDK/build/tools
44 can be used with 'ndk-build'. See docs/CPLUSPLUS-SUPPORT.html for
49 the dev-script 'build-cxx-stl.sh' can be used to generate prebuilt
54 Contains the sources of a port of STLport that can be used with ndk-build.
55 The dev-script 'build-cxx-stl.sh' can be used to generate prebuilt
60 ndk-build. The dev-script 'build-cxx-stl.sh' can be used to generate
66 The dev-script 'build-gnu-libstdc++.sh' is used to generate prebuilt
88 libraries used with 'ndk-build'. For example, the 'cpu-features'
133 are required to build the host cross-toolchains properly.
148 shared libraries that can be used by ndk-build at link time. The shell
151 These files can be generated from a given platform build using the
233 build/
241 that are used to build the Android platform tree. For various reasons, they
244 All patches are located under $NDK/build/tools/toolchain-patches/
250 $NDK/build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src
266 $NDK/build/tools/download-toolchain-sources.sh \
292 After downloading and patching the toolchain sources, you will need to build
293 a proper "sysroot" directory before being able to configure/build them.
296 compiler will use to build a few required target-specific binaries (e.g. libgcc.a)
300 $NDK/build/tools/gen-platforms.sh --minimal
306 Once the sysroots are in place, use 'build-gcc.sh' by providing the path
308 directory to build, and the full toolchain name.
314 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.6
315 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.6
321 build to speed up the build on multi-core machine (use the -j<number> option to
328 You need to be on Linux to build the Windows binaries, using the "mingw32"
332 $NDK/build/tools/build-gcc.sh --mingw \
335 $NDK/build/tools/build-gcc.sh --mingw \
380 directory when 'ndk-build' is called.
383 in the final NDK installation. You can generate with 'build-gdbserver.sh' and
384 takes the same parameters than 'build-gcc.sh'. So one can do:
386 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.6
387 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.6
410 $NDK/build/tools/build-cxx-stl.sh --stl=gabi++
411 $NDK/build/tools/build-cxx-stl.sh --stl=stlport
412 $NDK/build/tools/build-cxx-stl.sh --stl=libc++
413 $NDK/build/tools/build-gnu-libstdc++.sh /tmp/ndk-$USER/src
416 few minutes. You can follow the build by using the --verbose option to display
434 The 'build-ndk-stack.sh' script can be used to rebuild the 'ndk-stack'
436 To build it, just do:
438 $NDK/build/tools/build-ndk-stack.sh
443 Similar to 'ndk-stack', see the 'build-ndk-depends.sh' script.
457 For example, to build and package the GAbi++ binaries, use:
459 $NDK/build/tools/build-cxx-stl.sh --stl=gabi++ --package-dir=/tmp/ndk-$USER/prebuilt/
474 $NDK/build/tools/build-cxx-stl.sh --stl=stlport --package-dir=/tmp/ndk-$USER/prebuilt
486 $NDK/build/tools/rebuild-all-prebuilt.sh \
494 build of the Darwin binaries from a Linux machine, by using ssh to access a
496 temporary tarball, copy it to the remote machine, launch the build there,
522 $NDK/build/tools/package-release.sh \
543 By default, i.e. without the option, the scripts tries to build NDK archives
549 this will try to build packages that support all architectures.
588 - 'build tests' are used to test the building capabilities of the NDK.
589 I.e. the tests will only use them to check that the NDK build system
593 - 'device tests' are used to test both the build and the behaviour of
603 add a unit test to check the feature or the fix. Use $NDK/tests/build for
604 build tests, and $NDK/tests/device for device tests.