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

  /ndk/build/tools/
patch-sources.sh 70 cd $SRC_DIR/$PATCHDIR && patch -p1 < $ANDROID_NDK_ROOT/$PATCHES_DIR/$PATCH
build-gcc.sh 156 TOOLCHAIN_LICENSES=$ANDROID_NDK_ROOT/build/tools/toolchain-licenses
prebuilt-common.sh 344 SYSROOT=$ANDROID_NDK_ROOT/$SYSROOT_SUFFIX
rebuild-all-prebuilt.sh 34 NDK_DIR=$ANDROID_NDK_ROOT
  /ndk/build/core/
ndk-common.sh 23 # Put location of Android NDK into ANDROID_NDK_ROOT and
26 if [ -z "$ANDROID_NDK_ROOT" ] ; then
35 echo "Please define ANDROID_NDK_ROOT to point to the root of your"
41 ANDROID_NDK_ROOT=`cd $PROGDIR && pwd`
44 echo "$ANDROID_NDK_ROOT" | grep -q -e " "
51 if [ ! -d $ANDROID_NDK_ROOT ] ; then
52 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a directory."
56 if [ ! -f $ANDROID_NDK_ROOT/build/core/ndk-common.sh ] ; then
57 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a valid directory."
  /ndk/
ndk-gdb 69 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1
77 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2
224 log "Android NDK installation path: $ANDROID_NDK_ROOT"
268 AWK_SCRIPTS=$ANDROID_NDK_ROOT/build/awk

Completed in 372 milliseconds