Lines Matching refs:ndk
3 itself, i.e. they are un-needed when using ndk-build to build
10 - rebuilding other required host tools (e.g. ndk-stack) from sources
16 and documentation which normally live in $NDK/../development/ndk
28 Contains the main NDK build system used when 'ndk-build'.
39 installation. For example, $NDK/sources/host-tools/ndk-stack/
40 contains the sources of the 'ndk-stack' program.
44 can be used with 'ndk-build'. See docs/CPLUSPLUS-SUPPORT.html for
54 Contains the sources of a port of STLport that can be used with ndk-build.
60 ndk-build. The dev-script 'build-cxx-stl.sh' can be used to generate
88 libraries used with 'ndk-build'. For example, the 'cpu-features'
91 $DEVNDK a.k.a $NDK/../development/ndk
98 - all $NDK development happens in the public AOSP repository ndk.git
148 shared libraries that can be used by ndk-build at link time. The shell
250 $NDK/build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src
259 mkdir -p /tmp/ndk-$USER/toolchain
260 cd /tmp/ndk-$USER/toolchain
267 --git-reference=/tmp/ndk-$USER/toolchain \
268 /tmp/ndk-$USER/src
314 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.8
315 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.8
317 Here, we assume you downloaded the toolchain sources in /tmp/ndk-$USER/src
333 /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.8
336 /tmp/ndk-$USER/src $NDK x86-4.8
378 that is run on the device through 'ndk-gdb' during debugging. For a variety
380 directory when 'ndk-build' is called.
386 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.8
387 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.8
413 $NDK/build/tools/build-gnu-libstdc++.sh /tmp/ndk-$USER/src
431 IV.1.: Building 'ndk-stack':
434 The 'build-ndk-stack.sh' script can be used to rebuild the 'ndk-stack'
438 $NDK/build/tools/build-ndk-stack.sh
440 IV.2.: Building 'ndk-depends':
443 Similar to 'ndk-stack', see the 'build-ndk-depends.sh' script.
459 $NDK/build/tools/build-cxx-stl.sh --stl=gabi++ --package-dir=/tmp/ndk-$USER/prebuilt/
462 under the directory /tmp/ndk-$USER/prebuilt/, i.e.:
474 $NDK/build/tools/build-cxx-stl.sh --stl=stlport --package-dir=/tmp/ndk-$USER/prebuilt
479 under /tmp/ndk-$USER/prebuilt-$DATE, where $DATE is the current date in
487 --toolchain-src-dir=/tmp/ndk-$USER/src
505 you should have plenty of files under /tmp/ndk-$USER/prebuilt-$DATE.
530 something like android-ndk-$RELEASE-$SYSTEM.tar.bz2, where $RELEASE is
553 could use --prebuilt-dir=/tmp/ndk-$USER/prebuilt here.
566 $NDK/tests/run-tests.sh --package=<ndk-archive>
572 You can also point to an existing NDK installation with --ndk=<path>, as in:
574 $NDK/tests/run-tests.sh --ndk=<path>