Skip to content

Commit 064dec3

Browse files
finagolfinbnbarham
authored andcommitted
Fix compiling test runners for Android by using the full overlay
1 parent 6e009cc commit 064dec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Build/TestObservation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public func generateTestObservationCode(buildParameters: BuildParameters) -> Str
132132
@_exported import WinSDK
133133
#elseif os(WASI)
134134
@_exported import WASILibc
135-
#elseif canImport(Bionic)
136-
@_exported import Bionic
135+
#elseif canImport(Android)
136+
@_exported import Android
137137
#else
138138
@_exported import Darwin.C
139139
#endif

0 commit comments

Comments
 (0)