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

  /ndk/build/tools/
patch-sources.sh 48 PATCHES_DIR=$2
49 if [ -z "$PATCHES_DIR" ] ; then
54 if [ ! -d "$PATCHES_DIR" ] ; then
55 echo "ERROR: Invalid patches directory: $PATCHES_DIR"
68 PATCHES=`(cd $PATCHES_DIR && find . -name "*.patch" | sort $SORT) 2> /dev/null`
71 log "No patches files in $PATCHES_DIR"
80 cd $SRC_DIR/$PATCHDIR && patch $REVERSE -p1 < $PATCHES_DIR/$PATCH
81 fail_panic "Patch failure with $PATCHES_DIR/$PATCH!! !! Please check your patches directory!"
build-mingw64-toolchain.sh 458 PATCHES_DIR="$PROGDIR/toolchain-patches-host/mingw-w64"
459 if [ -d "$PATCHES_DIR" ] ; then
460 PATCHES=$(find "$PATCHES_DIR" -name "*.patch" | sort)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 24 PATCHES_DIR=$PROGDIR/toolchain-patches
389 LOCAL_PATCHES_DIR="$PATCHES_DIR/$PKG_BASENAME"
469 LOCAL_PATCHES_DIR="$PATCHES_DIR/mingw-w64"

Completed in 157 milliseconds