Skip to content

Commit 5e63558

Browse files
authored
Android support (#159)
This PR makes the single `import Android` addition that is needed to get this package building for Android. `skip android test` passes against the emulator after I made this one change.
1 parent 726392c commit 5e63558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/CoreMetrics/Locks.swift

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import Darwin
3434
import WinSDK
3535
#elseif canImport(Glibc)
3636
import Glibc
37+
#elseif canImport(Android)
38+
import Android
3739
#elseif canImport(Musl)
3840
import Musl
3941
#else

0 commit comments

Comments
 (0)