Home
last modified time | relevance | path

Searched refs:NDK (Results 1 – 25 of 38) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/android/
DREADME2 the Android NDK for ARM, x86 and MIPS.
4 You need a recent NDK release, one which provides a version
9 1/ Set NDK to the path of a recent Android NDK install path
10 (Use Android NDK r8c or above), e.g.:
12 NDK=$HOME/android/ndk-r8c
16 $NDK/ndk-build -C android/test
21 $NDK/ndk-build
25 $NDK/ndk-build -C android/test V=1
40 If modifications are not obvious, read $NDK/docs/ANDROID-MK.html
44 NDK build project for two test programs that link against the
[all …]
/ndk/tests/build/libc_no_atexit/
Dbuild.sh4 LIBRARIES=$(cd $NDK && find platforms -name "libc.so" | sed -e 's!^!'$NDK'/!')
12 echo "ERROR: $NDK/$LIB exposes 'atexit'!" >&2
17 echo "ERROR: $NDK/$LIB exposes '__dso_handle'!" >&2
23 echo "ERROR: Did not find any libc.so in $NDK/platforms!"
/ndk/tests/
Drun-tests-all.sh4 NDK=`cd $PROGDIR/.. && pwd`
5 NDK_BUILDTOOLS_PATH=$NDK/build/tools
6 . $NDK/build/core/ndk-common.sh
7 . $NDK/build/tools/prebuilt-common.sh
51 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/$HOST_TAG" ] ; then
52 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/$HOST_TAG32" ] ; then
64 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_64" ] ; then
65 if [ -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ; then
107 if [ "$SYSTEM" = "linux-x86" -a -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86_…
115 if [ "$SYSTEM" = "linux-x86" -a -d "$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/windows" ] ;…
[all …]
DREADME2 of the NDK. Before making a new NDK release, please run tests/run-tests.sh
8 Run all NDK automated tests. Use --help for more options.
11 Contains tests used to check the NDK build system itself.
14 Contains tests used to check that NDK-generated binaries work properly
Drun-tests.sh427 run $WINE cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@" $EXTRA_FLAGS
430 run $WINE cmd /c Z:$NDK/ndk-build.cmd clean
432 run $WINE cmd /c Z:$NDK/ndk-build.cmd "$@" -j1 $EXTRA_FLAGS
435 run $NDK/ndk-build -j$JOBS "$@" $EXTRA_FLAGS
450 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $PROJECT DUMP_$VAR | tail -1
556 if [ -f "$NDK/RELEASE.TXT" ] ; then
558 SAMPLES_DIRS="$NDK/samples"
568 DEVNDK_DIR=`dirname $NDK`/development/ndk
623 export NDK
/ndk/
DREADME.TXT1 Android Native Development Kit (NDK)
4 Welcome, this NDK is designed to allow Android application developers
10 A high-level overview of the NDK's features and limitations can be found
15 this NDK, as well as the corresponding system image versions that support
18 Before using the NDK, you will need to follow the steps described by
19 docs/INSTALL.html which lists the NDK prerequisites and the steps needed
23 note that the NDK is *not* a good way to write non-JNI native code for the
26 See docs/HOWTO.html for a few useful tips and tricks when using the NDK.
29 the Android system images that all NDK developers should be aware of.
31 Finally, discussions related to the Android NDK happen on the public
DGNUmakefile23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
Dndk-gdb-py.cmd2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
10 echo ERROR: NDK path cannot contain space!
Dndk-gdb.py88 NDK = os.path.abspath(os.path.dirname(sys.argv[0])) variable
104 global PROJECT, NDK
110 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''')
177 ndk_bin = ndk_bin_path(NDK)
185 log('Android NDK installation path: %s' % (NDK))
235 global GNUMAKE_CMD, NDK, PROJECT
239 NDK+'/build/core/build-local.mk',
250 global GNUMAKE_CMD, NDK, PROJECT
254 NDK+'/build/core/build-local.mk',
437 global ADB_CMD, NDK, PROJECT
[all …]
Dndk-build.cmd2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
10 echo ERROR: NDK path cannot contain space!
/ndk/tests/build/warn-noabi/
Dbuild.sh5 export ANDROID_NDK_ROOT=$NDK
7 NDK_BUILDTOOLS_PATH=$NDK/build/tools
8 . $NDK/build/tools/prebuilt-common.sh
36 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM/bin/arm-linux-androideabi-g…
38 …ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM64/bin/arm-linux-androideab…
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT2 call the "dev-scripts", that are only used to develop the NDK
15 - packaging final NDK release tarballs, including adding samples
16 and documentation which normally live in $NDK/../development/ndk
25 First, a small description of the NDK's overall directory structure:
27 $NDK/build/core
28 Contains the main NDK build system used when 'ndk-build'.
32 $NDK/build/tools
36 $NDK/sources/host-tools/
38 compiled to generate useful host programs for the final NDK
39 installation. For example, $NDK/sources/host-tools/ndk-stack/
[all …]
/ndk/tests/build/check-armeabi-v7a-prebuilts/
Dbuild.sh219 GABIXX_LIBS=$NDK/sources/cxx-stl/gabi++/libs/armeabi-v7a
224 STLPORT_LIBS=$NDK/sources/cxx-stl/stlport/libs/armeabi-v7a
229 . $NDK/build/tools/dev-defaults.sh
232 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/$VERSION/libs/armeabi-v7a
/ndk/sources/cpufeatures/
DREADME.TXT1 IMPORTANT: The cpufeatures library has moved to $NDK/sources/android/cpufeatures
5 reference $NDK/source/cpufeatures in their LOCAL_C_INCLUDES definition,
6 but it is DEPRECATED and will be removed in a future NDK release.
/ndk/build/core/
Ddefinitions-tests.mk90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)\
101 $(info @@@@@@@@@@@ FAILED $(_test_fail_count) of $(_test_count) NDK-BUILD UNIT TESTS @@@@@@@)\
105 $(info =================== PASSED $(_test_count) NDK-BUILD UNIT TESTS =================)\
Dbuild-local.mk32 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
35 $(info Android NDK: You NDK installation path contains spaces.)
36 $(info Android NDK: Please re-install to a different location to fix the issue !)
136 …$(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different …
Dmain.mk36 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
103 The NDK could not find a proper application description under apps/*/Application.mk)
105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
Dcheck-cygwin-make.mk40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
/ndk/tests/build/prebuilt-copy/
Dbuild.sh36 $NDK/ndk-build -C "$PREBUILTS_DIR"
43 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR"
/ndk/tests/build/ndk-build-unit-tests/
Dbuild.sh5 $NDK/ndk-build NDK_UNIT_TESTS=1 clean
/ndk/tests/build/multi-module-path/
Dbuild.sh7 $NDK/ndk-build "$@"
/ndk/tests/build/import-static/
Dbuild.sh8 $NDK/ndk-build "$@"
/ndk/tests/build/ndk-out/
Dbuild.sh4 $NDK/ndk-build "$@"
/ndk/tests/build/prebuild-stlport/
DREADME2 Its purpose is to rebuild the STLport binaries with the NDK, so they can be
/ndk/tests/build/multi-abi/
DREADME6 This failed in NDK r6 due to a bug in the build scripts.

12