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

  /ndk/build/tools/
dev-cleanup.sh 24 DIR=$ANDROID_NDK_ROOT
80 DIR=$ANDROID_NDK_ROOT
89 DIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
build-docs.sh 59 SUBST_PROGRAM=$ANDROID_NDK_ROOT/docs/tools/ndk-markdown-substitutions.py
68 IN_DIR=$ANDROID_NDK_ROOT/docs/text
74 OUT_DIR=$ANDROID_NDK_ROOT/docs
dev-platform-expand-all.sh 26 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
build-gdb-stub.sh 19 NDK_DIR=$ANDROID_NDK_ROOT
ndk-common.sh 54 # Put location of Android NDK into ANDROID_NDK_ROOT and
57 if [ -z "$ANDROID_NDK_ROOT" ] ; then
58 find_ndk_root ANDROID_NDK_ROOT "$0"
60 echo "Please define ANDROID_NDK_ROOT to point to the root of your"
66 echo "$ANDROID_NDK_ROOT" | grep -q -e " "
73 if [ ! -d $ANDROID_NDK_ROOT ] ; then
74 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a directory."
75 echo "ANDROID_NDK_ROOT=$ANDROID_NDK_ROOT"
79 if [ ! -f $ANDROID_NDK_ROOT/build/tools/ndk-common.sh ] ; the
    [all...]
build-cxx-stl.sh 103 NDK_DIR=$ANDROID_NDK_ROOT
113 OUT_DIR=$ANDROID_NDK_ROOT
159 ln -sf $ANDROID_NDK_ROOT $BUILD_DIR/ndk
166 LIBCXX_INCLUDES="-I$LIBCXX_SRCDIR/libcxx/include -I$ANDROID_NDK_ROOT/sources/android/support/include -I$LIBCXXABI_SRCDIR/include"
193 GABIXX_SOURCES=$(cd $ANDROID_NDK_ROOT/$GABIXX_SUBDIR && ls src/*.cc)
dev-platform-expand.sh 58 SRCDIR="$(cd $ANDROID_NDK_ROOT/../development/ndk/platforms && pwd)"
common-build-host-funcs.sh 423 # ANDROID_NDK_ROOT -> Top-level NDK directory, for automatic probing
446 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
447 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
448 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
458 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" x86_64-linux
build-gdbserver.sh 162 LIBTHREAD_DB_DIR=$ANDROID_NDK_ROOT/sources/android/libthread_db
prebuilt-common.sh 619 check_sysroot $ANDROID_NDK_ROOT/platforms $SYSROOT_SUFFIX
620 check_sysroot `dirname $ANDROID_NDK_ROOT`/development/ndk/platforms $SYSROOT_SUFFIX
    [all...]
dev-system-import.sh 103 DEVDIR="$ANDROID_NDK_ROOT/../development/ndk"
208 TOOLCHAIN_PREFIX=$(get_toolchain_install $ANDROID_NDK_ROOT $TOOLCHAIN_NAME)/bin/$TOOLCHAIN_PREFIX
dev-platform-import.sh 183 TOOLCHAIN_PREFIX=$(get_toolchain_install $ANDROID_NDK_ROOT $TOOLCHAIN_NAME)/bin/$TOOLCHAIN_PREFIX
gen-platforms.sh 64 NDK_DIR=$ANDROID_NDK_ROOT
176 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
  /ndk/tests/build/issue64679-prctl/
build.sh 6 export ANDROID_NDK_ROOT=$NDK
43 if [ ! -d $ANDROID_NDK_ROOT/platforms/android-$API_LEVEL/arch-$ARCH ]; then
46 HEADERS=$(cd $ANDROID_NDK_ROOT/platforms/android-$API_LEVEL/arch-$ARCH/usr/include ; ls *.h sys/*.h android/*.h EGL/*.h GLES/*.h GLES2/*.h GLES3/*.h OMXAL/*.h SLES/*.h 2> /dev/null)
95 $ANDROID_NDK_ROOT/ndk-build -C "$PROJECT_DIR" -B -j$JOBS V=1 1>/dev/null 2>&1
96 fail_panic "Can't compile header for android-$API_LEVEL/$ABI, to reproduce: $ANDROID_NDK_ROOT/ndk-build -C $PROJECT_DIR"
  /ndk/tests/build/import-install/
build.sh 22 ANDROID_NDK_ROOT=$NDK
  /ndk/tests/build/libc_no_atexit/
build.sh 4 export ANDROID_NDK_ROOT=$NDK
  /ndk/sources/host-tools/nawk-20071023/
build-awk.sh 31 NDK_DIR=$ANDROID_NDK_ROOT
46 AWK_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/nawk-$AWK_VERSION
  /ndk/sources/host-tools/ndk-depends/
build-ndk-depends.sh 35 NDK_DIR=$ANDROID_NDK_ROOT
107 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-depends
  /ndk/sources/host-tools/toolbox/
build-toolbox.sh 59 NDK_DIR=$ANDROID_NDK_ROOT
84 TOOLBOX_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/toolbox
  /external/v8/tools/
android-ll-prof.sh 39 # Note: $ANDROID_NDK_ROOT must be set.
64 TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/$ARCH/prebuilt/linux-x86/bin"
  /ndk/sources/host-tools/make-3.81/
build-make.sh 27 NDK_DIR=$ANDROID_NDK_ROOT
54 GNUMAKE_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/make-$GNUMAKE_VERSION
  /ndk/sources/host-tools/ndk-stack/
build-ndk-stack.sh 35 NDK_DIR=$ANDROID_NDK_ROOT
133 SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/ndk-stack
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 219 export ANDROID_NDK_ROOT=$NDK
  /external/google-breakpad/android/
run-checks.sh 100 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK
172 if [ -z "$ANDROID_NDK_ROOT" ]; then
173 panic "Please define ANDROID_NDK_ROOT in your environment, or use \
176 NDK_DIR="$ANDROID_NDK_ROOT"
  /ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 99 NDK_DIR=$ANDROID_NDK_ROOT

Completed in 449 milliseconds