Skip to content

Commit

Permalink
Android support (#159)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
marcprux authored Jan 9, 2025
1 parent 726392c commit 5e63558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/CoreMetrics/Locks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import Darwin
import WinSDK
#elseif canImport(Glibc)
import Glibc
#elseif canImport(Android)
import Android
#elseif canImport(Musl)
import Musl
#else
Expand Down

0 comments on commit 5e63558

Please sign in to comment.