File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
swift-ci/sdks/android/scripts Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 462
462
mkdir -p $swift_res_root /usr/lib/swift/clang/lib
463
463
cp -r $host_toolchain /lib/clang/* /include $swift_res_root /usr/lib/swift/clang
464
464
465
+
465
466
for arch in $archs ; do
466
467
quiet_pushd ${sdk_staging} /${arch} /usr
467
468
rm -r bin
@@ -503,12 +504,8 @@ if [ "${NDK_LOCATION}" = "external" ]; then
503
504
# see: https://github.com/swiftlang/swift-driver/pull/1822#issuecomment-2762811807
504
505
if [ " true" = " true" ]; then
505
506
SWIFTRT=android/x86_64/swiftrt.o
506
-
507
507
mkdir -p ${ndk_sysroot} /usr/lib/swift/android/x86_64
508
508
ln -srv ${swift_res_root} /usr/lib/swift-x86_64/${SWIFTRT} ${ndk_sysroot} /usr/lib/swift/${SWIFTRT}
509
-
510
- mkdir -p ${ndk_sysroot} /usr/lib/swift_static/android/x86_64
511
- # ln -srv ${swift_res_root}/usr/lib/swift_static-x86_64/${SWIFTRT} ${ndk_sysroot}/usr/lib/swift_static/${SWIFTRT}
512
509
else
513
510
# try brute copying swiftrt.o to EVERY directory to see if it gets picked up somehow
514
511
echo " Seeking workaround for swiftrt.o needing to be under sdkRoot"
You can’t perform that action at this time.
0 commit comments