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

1 2

  /ndk/tests/build/import-static/
build.sh 8 $NDK/ndk-build "$@"
  /ndk/tests/build/multi-module-path/
build.sh 7 $NDK/ndk-build "$@"
  /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...]
  /external/libyuv/
public.mk 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
Android.mk 2 # build it with the Android NDK.
  /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!"
  /gdk/samples/bitmap-plasma-llvm/jni/
Android.mk 13 # Workaround. libbcc is not part of NDK
  /ndk/
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
  /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 GNUSTL_LIBS=$NDK/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a
  /ndk/tests/
run-standalone-tests.sh 23 # Compute NDK directory, we assume we are under tests/
24 NDK=$(dirname $PROGDIR)
27 NDK_BUILDTOOLS_PATH=$NDK/build/tools
31 ROOTDIR=/tmp/ndk-$USER/tests/standalone
59 $NDK/build/tools/make-standalone-toolchain.sh --install-dir=$TOOLCHAINDIR --platform=$1 --arch=$2
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
31 . $ROOTDIR/build/core/ndk-common.sh
72 --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"
145 echo "NOTE: You cannot use --ndk and --package at the same time.
    [all...]
  /ndk/tests/build/import-install/
build.sh 8 $NDK/ndk-build "$@"
  /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.)
build-local.mk 16 # This file is designed to be called from the 'ndk-build' script
20 # 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 !)
52 # It turns out that some people use ndk-build to generate static
136 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.
    [all...]
init.mk 16 # Initialization of the NDK build system. This file is included by
46 $(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)
52 # NDK_ROOT *must* be defined and point to the root of the NDK installation
58 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
73 __ndk_name := Android NDK
246 # Check for NDK-specific versions of our host tools
250 # The windows prebuilt binaries are for ndk-build.cmd
295 # this allows to build with the NDK from MSys without problems.
371 # the list of all toolchains in this NDK
    [all...]
  /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
  /ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel 4.4.3
23 # revisions of the NDK.
48 # The fact that the mangling changed does not affect the NDK ABI
config.mk 16 # config file for the mipsel 4.4.3 toolchain for the Android NDK
  /external/srtp/
Android.mk 2 # build it with the Android NDK.
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
config.mk 16 # config file for the arm-eabi-4.4.0 toolchain for the Android NDK
  /ndk/toolchains/x86-4.4.3/
config.mk 16 # config file for the x86-4.4.3 toolchain for the Android NDK
  /ndk/build/tools/
dev-platform-expand.sh 19 # This tool is used to expand the content of development/ndk/platforms
57 # We take by default stuff from $NDK/../development/ndk
58 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
62 DSTDIR=/tmp/ndk-$USER/platforms
74 in a platform-specific way under SRC=$$NDK/../development/ndk, i.e.:
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 69 else # In the NDK build system
83 else # In the NDK build system

Completed in 433 milliseconds

1 2