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

12

  /ndk/build/tools/
build-host-perl.sh 38 NDK_DIR=$ANDROID_NDK_ROOT
common-build-host-funcs.sh 469 # ANDROID_NDK_ROOT -> Top-level NDK directory, for automatic probing
492 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
493 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
494 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
504 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" x86_64-linux
build-on-device-toolchain.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
55 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools
build-compiler-rt.sh 73 NDK_DIR=$ANDROID_NDK_ROOT
prebuilt-common.sh 553 check_sysroot $ANDROID_NDK_ROOT/platforms $SYSROOT_SUFFIX
554 check_sysroot `dirname $ANDROID_NDK_ROOT`/development/ndk/platforms $SYSROOT_SUFFIX
773 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6"
780 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/tools/gcc-sdk"
852 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/tools/gcc-sdk"
855 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/bin"
    [all...]
gen-platforms.sh 55 DSTDIR="$ANDROID_NDK_ROOT"
59 NDK_DIR=$ANDROID_NDK_ROOT
169 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
build-gcc.sh 189 WITH_PYTHON_SCRIPT="$ANDROID_NDK_ROOT/prebuilt/$HOST_TAG/bin/python-config.sh"
223 TOOLCHAIN_LICENSES=$ANDROID_NDK_ROOT/build/tools/toolchain-licenses
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
package-release.sh 28 NDK_ROOT_DIR="$ANDROID_NDK_ROOT"
79 DEVELOPMENT_ROOT=`dirname $ANDROID_NDK_ROOT`/development/ndk
build-device-llvm.sh 36 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools
135 aosp="${ANDROID_NDK_ROOT%/}"
build-gnu-libstdc++.sh 81 NDK_DIR=$ANDROID_NDK_ROOT
build-host-gdb.sh 67 NDK_DIR=$ANDROID_NDK_ROOT
build-host-python.sh 63 NDK_DIR=$ANDROID_NDK_ROOT
dev-platform-import.sh 183 TOOLCHAIN_PREFIX=$(get_toolchain_install $ANDROID_NDK_ROOT $TOOLCHAIN_NAME)/bin/$TOOLCHAIN_PREFIX
build-host-gcc.sh 127 NDK_DIR=$ANDROID_NDK_ROOT
661 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
662 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
663 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
673 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" x86_64-linux
    [all...]
  /external/chromium_org/v8/
Makefile 36 ANDROID_NDK_ROOT ?=
375 ifndef ANDROID_NDK_ROOT
377 $(error ANDROID_NDK_ROOT or ANDROID_TOOLCHAIN must be set))
  /external/chromium_org/build/android/
adb_gdb 240 Otherwise, if you have ANDROID_NDK_ROOT defined in your environment,
330 if [ -z "$ANDROID_NDK_ROOT" ]; then
341 ANDROID_NDK_ROOT=$NDK_DIR
528 "$ANDROID_NDK_ROOT" "$TARGET_ARCH")
557 GDBSERVER=$(get_ndk_gdbserver "$ANDROID_NDK_ROOT" "$TARGET_ARCH")

Completed in 2577 milliseconds

12