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

  /external/skia/platform_tools/android/bin/
android_gdb_native 42 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/darwin-x86_64/bin/gdb
44 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/linux-x86_64/bin/gdb
  /external/skqp/platform_tools/android/bin/
android_gdb_native 42 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/darwin-x86_64/bin/gdb
44 GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/linux-x86_64/bin/gdb
  /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"
  /external/libchrome/build/android/pylib/constants/
host_paths.py 83 tool_path = os.path.join(constants.ANDROID_NDK_ROOT,
__init__.py 104 ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_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 237 ifdef android_ndk_root
238 GYPFLAGS += -Dandroid_ndk_root=$(android_ndk_root)
239 export ANDROID_NDK_ROOT = $(android_ndk_root)

Completed in 965 milliseconds