Skip to content

Commit

Permalink
Fix yet another Android overlay regression on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Nov 11, 2024
1 parent be90cb8 commit 7492323
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions swift-android-ci-trunk.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ index 92a1ee38..52273afb 100644
add_subdirectory(BuildSystem)
-add_subdirectory(Ninja)
+#add_subdirectory(Ninja)
diff --git a/sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift b/sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift
index 0be22ce8..33ca7ee5 100644
--- a/sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift
+++ b/sourcekit-lsp/Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift
@@ -16,6 +16,9 @@ public import Foundation
public import LanguageServerProtocol
import SKLogging
import SwiftExtensions
+#if canImport(Android)
+import Android
+#endif
#else
import Dispatch
import Foundation
diff --git a/swiftpm/Package.swift b/swiftpm/Package.swift
--- a/swiftpm/Package.swift
+++ b/swiftpm/Package.swift
Expand Down

0 comments on commit 7492323

Please sign in to comment.