• Home
  • Raw
  • Download

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.
82 libraries used with 'ndk-build'. For example, the 'cpu-features'
85 $DEVNDK a.k.a $NDK/../development/ndk
92 - all $NDK development happens in the public AOSP repository ndk.git
142 shared libraries that can be used by ndk-build at link time. The shell
244 $NDK/build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src
253 mkdir -p /tmp/ndk-$USER/toolchain
254 cd /tmp/ndk-$USER/toolchain
261 --git-reference=/tmp/ndk-$USER/toolchain \
262 /tmp/ndk-$USER/src
308 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.4.3
309 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.4.3
311 Here, we assume you downloaded the toolchain sources in /tmp/ndk-$USER/src
327 /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.4.3
330 /tmp/ndk-$USER/src $NDK x86-4.4.3
372 that is run on the device through 'ndk-gdb' during debugging. For a variety
374 directory when 'ndk-build' is called.
380 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK arm-linux-androideabi-4.4.3
381 $NDK/build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86-4.4.3
406 $NDK/build/tools/build-gnu-libstdc++.sh /tmp/ndk-$USER/src
424 IV.1.: Building 'ndk-stack':
427 The 'build-ndk-stack.sh' script can be used to rebuild the 'ndk-stack'
431 $NDK/build/tools/build-ndk-stack.sh
448 $NDK/build/tools/build-gabi++.sh --package-dir=/tmp/ndk-$USER/prebuilt/
451 under the directory /tmp/ndk-$USER/prebuilt/, i.e.:
462 $NDK/build/tools/build-stlport.sh --package-dir=/tmp/ndk-$USER/prebuilt
467 under /tmp/ndk-$USER/prebuilt-$DATE, where $DATE is the current date in
475 --toolchain-src-dir=/tmp/ndk-$USER/src
493 you should have plenty of files under /tmp/ndk-$USER/prebuilt-$DATE.
518 something like android-ndk-$RELEASE-$SYSTEM.tar.bz2, where $RELEASE is
541 could use --prebuilt-dir=/tmp/ndk-$USER/prebuilt here.
554 $NDK/tests/run-tests.sh --package=<ndk-archive>
560 You can also point to an existing NDK installation with --ndk=<path>, as in:
562 $NDK/tests/run-tests.sh --ndk=<path>