Home | History | Annotate | Download | only in tools

Lines Matching refs:patches

127 echo "Create 'ndk' branch and apply patches.android/*"
130 if [ -d "$NDK_LIBCXX_DIR/patches.android" ]; then
133 run git am "$NDK_LIBCXX_DIR"/patches.android/*
135 echo "A problem occured while applying the patches!!"
186 echo "Re-creating new Android patches."
187 run git format-patch -k -o "$BUILD_DIR"/patches.android revision-$NEW_REVISION
188 run git format-patch -k -o "$BUILD_DIR"/patches.libcxx android-0
192 for PATCH in "$BUILD_DIR"/patches.libcxx/*.patch; do
203 echo "Updating local patches"
205 run git rm -f patches.android/*
206 run cp "$BUILD_DIR"/patches.android/* patches.android/
207 run git add patches.android/*