We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f551ad8 commit 9bd510bCopy full SHA for 9bd510b
swift-ci/sdks/android/build
@@ -52,7 +52,7 @@ mkdir -p ${SDKROOT}/products
52
53
# Check-out the sources
54
if [[ ! -d ${SDKROOT}/src ]]; then
55
- scripts/fetch-source.sh --source-dir ${SDKROOT}/src
+ scripts/fetch-source.sh --source-dir ${SDKROOT}/src --swift-tag ${SWIFT_TAG}
56
fi
57
58
# fetch and apply the patches
swift-ci/sdks/android/scripts/build.sh
@@ -437,6 +437,11 @@ cd "$sdk_name/$sdk_base"
437
438
cp -a ${ndk_toolchain}/sysroot ndk-sysroot
439
440
+#quiet_pushd ndk-sysroot/usr/lib
441
+# FIXME: need to merge the multiple x86_64 archs
442
+#ln -s ../../../swift-android.sdk/x86_64/usr/lib/swift
443
+#quiet_popd
444
+
445
cat > swift-sdk.json <<EOF
446
{
447
"schemaVersion": "4.0",
0 commit comments