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

1 2

  /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/
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/tests/
run-standalone-tests.sh 22 # Compute NDK directory
23 NDK=`dirname $PROGDIR`
26 ROOTDIR=/tmp/ndk/standalone
40 $NDK/build/tools/make-standalone-toolchain.sh --install-dir=$TOOLCHAINDIR --platform=$1
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
63 --ndk=*)
115 echo "Run all NDK automated tests at once."
122 echo " --ndk=<path> Path to NDK to test [$ROOTDIR]"
123 echo " --package=<path> Path to NDK package to test"
132 echo "NOTE: You cannot use --ndk and --package at the same time.
    [all...]
  /ndk/build/core/
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.
27 # for the case when we're invoked from the NDK install path
31 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
34 $(info Android NDK: You NDK installation path contains spaces.)
35 $(info Android NDK: Please re-install to a different location to fix the issue !)
47 # It turns out that some people use ndk-build to generate static
91 $(call __ndk_info,The Android NDK build cannot work here. Please move your project to a different location.
    [all...]
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.)
init.mk 16 # Initialization of the NDK build system. This file is included by
30 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81)
33 $(info Android NDK: GNU Make version $(MAKE_VERSION) detected)
36 # NDK_ROOT *must* be defined and point to the root of the NDK installation
42 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
57 __ndk_name := Android NDK
204 # this allows to build with the NDK from MSys without problems.
280 # the list of all toolchains in this NDK
310 $(call ndk_log, This NDK supports the following toolchains and target ABIs:)
327 # $TOP/ndk/build/platforms to $TOP/development/ndk/platforms. However
    [all...]
check-cygwin-make.mk 40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
add-toolchain.mk 17 # definition to the NDK build system.
add-application.mk 17 # NDK build system, before performing any build whatsoever.
82 # with regards to the NDK. Adjust accordingly!
125 $(call __ndk_info,to a valid NDK build script.)
202 $(call ndk-stl-check,$(APP_STL))
build-all.mk 17 # This script is used to build all wanted NDK binaries. It is included
setup-app.mk 38 .PHONY: ndk-app-$(_app)
39 ndk-app-$(_app): $(NDK_APP_MODULES)
40 all: ndk-app-$(_app)
55 $(call __ndk_info,NDK Application '$(_app)' targets unknown ABI(s): $(_bad_abis))
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 37 # The following is for SDK/NDK pages
58 <?cs if:ndk ?>
66 # the following is for the NDK
75 <p>The Android NDK is a companion tool to the Android SDK that lets you build
85 using the Android framework APIs, you probably do not need the NDK. Read <a
86 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
87 the NDK offers and whether it will be useful to you.
90 The NDK is designed for use <em>only</em> in conjunction with the
93 do so before downloading the NDK.
    [all...]
  /ndk/toolchains/x86-4.2.1/
config.mk 16 # config file for the x86-4.2.1 toolchain for the Android NDK
setup.mk 16 # this file is used to prepare the NDK to build with the x86-4.2.1
23 # revisions of the NDK.
  /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/arm-eabi-4.4.0/
config.mk 16 # config file for the arm-eabi-4.4.0 toolchain for the Android NDK
setup.mk 16 # this file is used to prepare the NDK to build with the arm-eabi-4.4.0
23 # revisions of the NDK.
51 # The fact that the mangling changed does not affect the NDK ABI
  /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
setup.mk 16 # this file is used to prepare the NDK to build with the arm-eabi-4.4.0
23 # revisions of the NDK.
42 # The fact that the mangling changed does not affect the NDK ABI
  /ndk/sources/cxx-stl/stlport/
Android.mk 3 # Normally, we distribute the NDK with prebuilt binaries of STLport
11 $(call __ndk_info,You might want to use $$NDK/build/tools/build-stlport.sh)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 24 # You will need a working NDK install or working directory (which is used
27 # Define the NDK variable in your environment before calling this script,
30 # export NDK=/path/to/ndk
73 # Location of the Android NDK
74 if [ -z "$NDK" ] ; then
75 echo "ERROR: Please define the NDK variable to point to a valid"
76 echo " NDK directory (installation or git repository)."
81 NDK_DOWNLOAD_TOOLCHAIN_SOURCES_SH="$NDK/build/tools/download-toolchain-sources.sh"
84 echo "Your NDK variable probably points to an invalid directory!
    [all...]
  /frameworks/base/docs/html/sdk/
sdk_toc.cs 141 <li><a href="<?cs var:toroot ?>sdk/ndk/index.html">Android NDK, r5b</a>
143 <li><a href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a></li>
  /ndk/build/tools/
prebuilt-common.sh 5 . `dirname $0`/../core/ndk-common.sh
401 check_sysroot `dirname $ANDROID_NDK_ROOT`/development/ndk/platforms $SYSROOT_SUFFIX
404 echo "ERROR: Could not find NDK sysroot path for $SYSROOT_SUFFIX."
621 # $1: target root NDK directory
629 # Set the toolchain target NDK location.
631 # $1: target NDK path
641 # Check that a toolchain is properly installed at a target NDK location
643 # $1: target root NDK directory
660 mkdir -p /tmp/ndk-toolchain
661 mktemp -d /tmp/ndk-toolchain/build-XXXXX
    [all...]
dev-system-import.sh 50 "This script is used to update the NDK's platform headers and system libraries
52 modifying and rebuilding one of the public libraries exposed through the NDK.
55 NDK definitions for the 'android-9' platform, use one of:
75 same functions and variables. These can be used with the NDK at link
77 linker flags when used with the standalone NDK toolchain
88 By default, all files are placed under \$ANDROID/development/ndk
92 only the files under \$ANDROID_ROOT/development/ndk/platforms/android-<level>/
100 DEVDIR="$ANDROID_NDK_ROOT/../development/ndk"
170 dump "ERROR: Could not find valid output directory (e.g. \$NDK/../development/ndk).
    [all...]

Completed in 317 milliseconds

1 2