Skip to content

Commit 51d93f8

Browse files
committed
Update how patches are applied
1 parent 2c07eef commit 51d93f8

File tree

3 files changed

+2
-81
lines changed

3 files changed

+2
-81
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source ./scripts/toolchain-vars.sh
2727

2828
# Check-out and patch the sources
2929
./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-tag ${SWIFT_TAG}
30-
./scripts/patch-sources.sh ${WORKDIR}/source
30+
${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source
3131

3232
mkdir -p ${WORKDIR}/products
3333
chmod ugo+rwx ${WORKDIR}/products

swift-ci/sdks/android/build-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

5151
# Check-out and patch the sources
5252
./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-tag ${SWIFT_TAG}
53-
./scripts/patch-sources.sh ${WORKDIR}/source
53+
${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source
5454

5555
mkdir -p ${WORKDIR}/products
5656

swift-ci/sdks/android/scripts/patch-sources.sh

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)