Skip to content

Commit 341bf54

Browse files
authored
Update apply-patches.sh to remove unused changes
1 parent d0d85bb commit 341bf54

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

swift-ci/sdks/android/patches/apply-patches.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ esac
2121

2222
# disable backtrace() for Android (needs either API33+ or libandroid-execinfo, or to manually add in backtrace backport)
2323
perl -pi -e 's;os\(Android\);os\(AndroidDISABLED\);g' swift-testing/Sources/Testing/SourceAttribution/Backtrace.swift
24-
25-
# need to un-apply libandroid-spawn since we don't need it for API28+
26-
perl -pi -e 's;MATCHES "Android";MATCHES "AndroidDISABLED";g' llbuild/lib/llvm/Support/CMakeLists.txt
27-
perl -pi -e 's; STREQUAL Android\); STREQUAL AndroidDISABLED\);g' swift-corelibs-foundation/Sources/Foundation/CMakeLists.txt
28-
29-

0 commit comments

Comments
 (0)