HomeSort by relevance Sort by last modified time
    Searched refs:NDK (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /ndk/tests/build/import-static/
build.sh 8 $NDK/ndk-build "$@"
  /ndk/tests/build/multi-module-path/
build.sh 7 $NDK/ndk-build "$@"
  /ndk/tests/build/ndk-build-unit-tests/
build.sh 1 # This is used to check that the internal unit tests of ndk-build
5 $NDK/ndk-build NDK_UNIT_TESTS=1 clean
  /ndk/tests/build/libc_no_atexit/
build.sh 4 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!"
  /development/ndk/tests/
run-all.sh 13 if [ -z "$NDK" ] ; then
14 echo "ERROR: Please define NDK in your environment to point to the root of your NDK install."
18 if [ ! -d "$NDK" ] ; then
19 echo "ERROR: Your NDK variable does not point to a directory: $NDK"
23 if [ ! -f "$NDK/ndk-build" -o ! -f "$NDK/build/core/ndk-common.sh" ] ; the
    [all...]
  /ndk/tests/build/warn-noabi/
build.sh 5 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++${HOST_EXE}
38 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM64/bin/arm-linux-androideabi-g++${HOST_EXE}
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
  /ndk/tests/build/ndk-out/
build.sh 4 $NDK/ndk-build "$@"
6 echo "FAILURE: 'obj' directory should not be created by ndk-build!"
10 echo "FAILURE: 'output-dir' should have been created by ndk-build!"
  /ndk/
ndk-gdb-py.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific Python executable
10 echo ERROR: NDK path cannot contain space!
17 %NDK_ROOT%\prebuilt\windows\bin\python.exe -u %NDK_ROOT%ndk-gdb.py %*
GNUmakefile 23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
26 # Find the NDK root installation path, should be this file's location.
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
ndk-build.cmd 2 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/check-armeabi-v7a-prebuilts/
build.sh 4 # armeabi-v7a prebuilt binaries distributed with the NDK were
219 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/
run-tests-all.sh 4 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_64" ] ; the
    [all...]
run-tests.sh 17 # This shell script is used to run all NDK build tests in a row.
18 # "Build tests" are tests that check the building features of the NDK
22 # You need to define the NDK
32 . $ROOTDIR/build/core/ndk-common.sh
75 --ndk=*)
129 echo "Run NDK automated tests. Without any parameter, this will try to"
138 echo " --ndk=<path> Path to NDK to test [$ROOTDIR]"
139 echo " --package=<path> Path to NDK package to test"
151 echo "NOTE: You cannot use --ndk and --package at the same time.
    [all...]
  /ndk/sources/android/cpufeatures/
Android.mk 12 # This is included by the NDK build system.
  /ndk/tests/build/prebuilt-copy/
build.sh 36 $NDK/ndk-build -C "$PREBUILTS_DIR"
43 PREBUILTS_DIR=$PREBUILTS_DIR $NDK/ndk-build -C "$PROGDIR"
78 echo "Found $FAILURES failures! Please fix ndk-build!"
  /ndk/tests/build/mips-fp4/
build.sh 3 $NDK/ndk-build -B "$@"
  /ndk/tests/build/import-install/
build.sh 8 $NDK/ndk-build "$@"
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 37 # The following is for SDK/NDK pages
59 <?cs if:ndk ?>
67 # the following is for the NDK
76 <p>The Android NDK is a companion tool to the Android SDK that lets you build
86 using the Android framework APIs, you probably do not need the NDK. Read <a
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
88 the NDK offers and whether it will be useful to you.
91 The NDK is designed for use <em>only</em> in conjunction with the
94 do so before downloading the NDK.
    [all...]
  /ndk/build/core/
main.mk 23 # Detect the NDK installation path by processing this Makefile's location.
29 # for the case when we're invoked from the NDK install path
36 $(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.)
definitions-tests.mk 15 # Definitions for the Android NDK build system's internal unit tests.
20 # to be an internal unit test. It will be run automatically by ndk-build
44 -ndk-test-start = \
52 -ndk-test-end = \
63 -ndk-test-log = $(info . $(_test_name): $1)
65 -ndk-test-log = $(empty)
69 $(call -ndk-test-log,expect '$2' == '$1')\
78 $(call -ndk-test-log,assert '$2' == '$1')\
89 ndk-run-all-tests = \
90 $(info ================= STARTING NDK-BUILD UNIT TESTS =================)
    [all...]
  /ndk/toolchains/llvm-3.1/
config.mk 16 # config file for the clang-3.1 toolchain for the Android NDK
  /ndk/toolchains/llvm-3.2/
config.mk 16 # config file for the clang-3.2 toolchain for the Android NDK
  /build/core/combo/arch/x86/
x86.mk 2 # base 'x86' platform ABI. This one must *strictly* match the NDK x86 ABI
11 # it cannot be compatible with the NDK x86 ABI. You should define a new
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 21 # is NOT part of the NDK and is not for use with the NDK build
36 $(TOPDIR)development/ndk/sources/android/native_app_glue

Completed in 552 milliseconds

1 2 3 4