@@ -124,27 +124,26 @@ jobs:
124
124
125
125
ANDROID_ARCH=aarch64 BUILD_SWIFT_PM=1 ${TOOLCHAIN}/bin/swift get-packages-and-swift-source.swift
126
126
127
- git apply -C1 swift-android.patch swift-android-ci.patch swift-android-16k-pages.patch
127
+ git apply -C1 swift-android.patch swift-android-ci.patch
128
128
BUILD_FLAG="--foundation-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS=''"
129
129
if ${{ matrix.version == 'release' }}; then
130
130
perl -pi -e 's%r26%ndk/27%' swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
131
131
BUILD_FLAG+=" --build-swift-tools=0"
132
132
LSP_BUILD="--sourcekit-lsp"
133
- git apply swift-android-ci-release.patch swift-android-testing-release.patch
133
+ git apply swift-android-ci-release.patch swift-android-testing-release.patch swift-android-16k-pages.patch swift-android-testing.patch
134
134
else
135
135
if ${{ matrix.version == 'trunk' }}; then
136
136
git apply swift-android-trunk-libdispatch.patch
137
137
BUILD_FLAG+=" --libdispatch-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS=''"
138
138
else
139
- git apply swift-android-ci-devel.patch swift-android-devel.patch
139
+ git apply swift-android-ci-devel.patch swift-android-devel.patch swift-android-16k-pages.patch swift-android-testing.patch
140
140
fi
141
141
git apply -C2 swift-android-ci-except-release.patch
142
142
BUILD_FLAG+=" --cross-compile-build-swift-tools=0"
143
143
SDK_NAME=$(ls | grep swift-${{ matrix.version }}-android-aarch64)
144
144
perl -pi -e 's%33%24%' $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/execinfo.h
145
145
fi
146
146
147
- git apply swift-android-testing.patch
148
147
perl -pi -e 's%String\(cString: getpass%\"fake\" //%' swiftpm/Sources/PackageRegistryCommand/PackageRegistryCommand+Auth.swift
149
148
perl -pi -e "s%swift/android',%swift/android', '-Xlinker', '-landroid-spawn',%" sourcekit-lsp/Utilities/build-script-helper.py
150
149
VERSION="$(echo ${{ steps.version.outputs.tag }} | cut -f1,2 -d-)-${{ matrix.version }}"
0 commit comments