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

12

  /ndk/build/tools/
build-host-perl.sh 38 NDK_DIR=$ANDROID_NDK_ROOT
common-build-host-funcs.sh 405 # ANDROID_NDK_ROOT -> Top-level NDK directory, for automatic probing
428 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
429 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
430 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
440 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" x86_64-linux
rebuild-all-prebuilt.sh 24 NDK_DIR=$ANDROID_NDK_ROOT
build-on-device-toolchain.sh 23 NDK_DIR=$ANDROID_NDK_ROOT
59 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools
build-compiler-rt.sh 73 NDK_DIR=$ANDROID_NDK_ROOT
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 34 BUILDTOOLS=$ANDROID_NDK_ROOT/build/tools
142 aosp="${ANDROID_NDK_ROOT%/}"
build-host-gdb.sh 67 NDK_DIR=$ANDROID_NDK_ROOT
cleanup-headers.sh 26 NDK_DIR=$ANDROID_NDK_ROOT
build-gcc.sh 192 WITH_PYTHON_SCRIPT="$ANDROID_NDK_ROOT/prebuilt/$HOST_TAG/bin/python-config.sh"
226 TOOLCHAIN_LICENSES=$ANDROID_NDK_ROOT/build/tools/toolchain-licenses
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
gen-platforms.sh 61 DSTDIR="$ANDROID_NDK_ROOT"
66 NDK_DIR=$ANDROID_NDK_ROOT
184 SRCDIR=`dirname $ANDROID_NDK_ROOT`/development/ndk
    [all...]
build-gnu-libstdc++.sh 93 NDK_DIR=$ANDROID_NDK_ROOT
build-host-gcc.sh 130 NDK_DIR=$ANDROID_NDK_ROOT
600 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" i686-linux
601 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3" i686-linux
602 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux
612 try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" x86_64-linux
    [all...]
  /ndk/tests/abcc/
build-abcc.sh 31 NDK_DIR=$ANDROID_NDK_ROOT
  /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"
  /external/v8/
Makefile 36 ANDROID_NDK_ROOT ?=
423 ifndef ANDROID_NDK_ROOT
425 $(error ANDROID_NDK_ROOT or ANDROID_TOOLCHAIN must be set))

Completed in 529 milliseconds

12