Searched refs:NDK (Results 1 - 25 of 47) sorted by relevance

12

/ndk/tests/build/import-static/
H A Dbuild.sh8 $NDK/ndk-build "$@"
/ndk/tests/build/multi-module-path/
H A Dbuild.sh7 $NDK/ndk-build "$@"
/ndk/tests/build/libc_no_atexit/
H A 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/build/warn-noabi/
H A 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/tests/build/ndk-out/
H A Dbuild.sh4 $NDK/ndk-build "$@"
/ndk/tests/build/check-armeabi-v7a-prebuilts/
H A Dbuild.sh4 # 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/
H A DGNUmakefile23 $(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)')
H A 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/sources/android/cpufeatures/
H A DAndroid.mk12 # This is included by the NDK build system.
/ndk/tests/build/import-install/
H A Dbuild.sh8 $NDK/ndk-build "$@"
/ndk/tests/
H A Drun-tests.sh17 # 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
123 echo "Run NDK automated tests. Without any parameter, this will try to"
132 echo " --ndk=<path> Path to NDK to test [$ROOTDIR]"
133 echo " --package=<path> Path to NDK package to test"
254 dump "Unpacking NDK package to $NDK_ROOT"
260 # Check the NDK install path.
269 dump "ERROR: Your --ndk option does not point to a valid NDK install: $NDK_ROOT"
270 dump "Please use a valid NDK instal
[all...]
/ndk/build/core/
H A Dmain.mk23 # 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.)
H A Dbuild-local.mk20 # Detect the NDK installation path by processing this Makefile's location.
28 # for the case when we're invoked from the NDK install path
32 $(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 location.)
/ndk/toolchains/arm-linux-androideabi-4.4.3/
H A Dconfig.mk16 # config file for the arm gcc-4.4.3 toolchain for the Android NDK
/ndk/toolchains/arm-linux-androideabi-4.6/
H A Dconfig.mk16 # config file for the arm gcc-4.6 toolchain for the Android NDK
/ndk/toolchains/arm-linux-androideabi-clang3.1/
H A Dconfig.mk16 # config file for the arm llvm-3.1 toolchain for the Android NDK
/ndk/toolchains/mipsel-linux-android-4.4.3/
H A Dconfig.mk16 # config file for the mipsel gcc-4.4.3 toolchain for the Android NDK
H A Dsetup.mk16 # this file is used to prepare the NDK to build with the mipsel gcc-4.4.3
23 # revisions of the NDK.
/ndk/toolchains/mipsel-linux-android-4.6/
H A Dconfig.mk16 # config file for the mipsel gcc-4.6 toolchain for the Android NDK
H A Dsetup.mk16 # this file is used to prepare the NDK to build with the mipsel gcc-4.6
23 # revisions of the NDK.
/ndk/toolchains/mipsel-linux-android-clang3.1/
H A Dconfig.mk16 # config file for the mipsel llvm-3.1 toolchain for the Android NDK
/ndk/toolchains/x86-4.4.3/
H A Dconfig.mk16 # config file for the x86 gcc-4.4.3 toolchain for the Android NDK
/ndk/toolchains/x86-4.6/
H A Dconfig.mk16 # config file for the x86 gcc-4.6 toolchain for the Android NDK
/ndk/toolchains/x86-clang3.1/
H A Dconfig.mk16 # config file for the x86 clang-3.1 toolchain for the Android NDK
/ndk/build/tools/
H A Ddev-platform-expand.sh57 # We take by default stuff from $NDK/../development/ndk
74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.:

Completed in 594 milliseconds

12