File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
swift-ci/sdks/android/patches Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/swift-foundation-icu/icuSources/CMakeLists.txt b/swift-foundation-icu/icuSources/CMakeLists.txt
2+ index 4dd9e3b..7102454 100644
3+ --- a/swift-foundation-icu/icuSources/CMakeLists.txt
4+ +++ b/swift-foundation-icu/icuSources/CMakeLists.txt
5+ @@ -35,6 +35,10 @@ if(LINKER_SUPPORTS_BUILD_ID)
6+ target_link_options(_FoundationICU PRIVATE "LINKER:--build-id=sha1")
7+ endif()
8+
9+ + if(ANDROID)
10+ + target_link_options(_FoundationICU PRIVATE "LINKER:-z,max-page-size=16384")
11+ + endif()
12+ +
13+ # Copy Headers to known directory for direct client (XCTest) test builds
14+ file(COPY
15+ include/
116diff --git a/swift/stdlib/cmake/modules/AddSwiftStdlib.cmake b/swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
217index 0b18957eadb..5021409ba06 100644
318--- a/swift/stdlib/cmake/modules/AddSwiftStdlib.cmake
You can’t perform that action at this time.
0 commit comments