Home
last modified time | relevance | path

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

12

/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 …]
Dprebuilt-common.sh15 echo "INTERNAL ERROR: Please define NDK_BUILDTOOLS_PATH to point to $$NDK/build/tools"
521 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX."
1122 echo "$NDK/$(get_toolchain_install_subdir "$@")"
Ddev-platform-expand.sh74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.:
/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-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/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/
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.sh273 NDK="$NDK_ROOT"
275 NDK="$ROOTDIR"
388 run wine cmd /c Z:$NDK/ndk-build.cmd -j$JOBS "$@"
390 run $NDK/ndk-build -j$JOBS "$@"
399 $GNUMAKE --no-print-dir -f $NDK/build/core/build-local.mk -C $DIR DUMP_$1 | tail -1
449 if [ -f "$NDK/RELEASE.TXT" ] ; then
451 SAMPLES_DIRS="$NDK/samples"
461 DEVNDK_DIR=`dirname $NDK`/development/ndk
504 export NDK
/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/tests/build/warn-noabi/
Dbuild.sh5 NDK_BUILDTOOLS_PATH=$NDK/build/tools
6 . $NDK/build/tools/prebuilt-common.sh
26 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM/bin/arm-linux-androideabi-g…
/ndk/build/core/
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.)
Dinit.mk46 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81))
49 $(info Android NDK: GNU Make version $(MAKE_VERSION) detected)
58 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
73 __ndk_name := Android NDK
448 $(call ndk_log, This NDK supports the following target architectures and ABIS:)
452 $(call ndk_log, This NDK supports the following toolchains and target ABIs:)
Dcheck-cygwin-make.mk40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
Dsetup-app.mk61 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
/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/tools/toolchain-patches/gcc/
D0001-gcc-4.6-Disable-sincos-optimization.patch6 Ensure that sincos optimization is disabled for NDK toolchain
7 builds. This ensures that NDK-generated code will always link
/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/import-install/
Dbuild.sh8 $NDK/ndk-build "$@"
/ndk/tests/build/multi-abi/
DREADME6 This failed in NDK r6 due to a bug in the build scripts.
/ndk/sources/cxx-stl/stlport/
DREADME52 cd $NDK
61 The NDK comes with prebuilt binaries for this library to speed up development.

12