Skip to content

Commit

Permalink
Merge pull request #1559 from finagolfin/bionic
Browse files Browse the repository at this point in the history
Import new Bionic module from Android overlay instead where possible
  • Loading branch information
bnbarham authored Jul 10, 2024
2 parents b016a0d + 1cf6c76 commit 331ae2b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Sources/SourceKitD/SKDRequestArray.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif

extension SourceKitD {
Expand Down
4 changes: 2 additions & 2 deletions Sources/SourceKitD/SKDRequestDictionary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif

/// Values that can be stored in a `SKDRequestDictionary`.
Expand Down
4 changes: 2 additions & 2 deletions Sources/SourceKitD/SKDResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif

public final class SKDResponse: Sendable {
Expand Down
4 changes: 2 additions & 2 deletions Sources/SourceKitD/SKDResponseArray.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif

public final class SKDResponseArray: Sendable {
Expand Down
4 changes: 2 additions & 2 deletions Sources/SourceKitD/SKDResponseDictionary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ import Glibc
import Musl
#elseif canImport(CRT)
import CRT
#elseif canImport(Android)
import Android
#elseif canImport(Bionic)
import Bionic
#endif

public final class SKDResponseDictionary: Sendable {
Expand Down

0 comments on commit 331ae2b

Please sign in to comment.