Skip to content

Commit 67a5eea

Browse files
gevartoskyGregorio Gevartosky Torrezan
andauthored
Android support (#767)
* Adding Android support * Update ci.yml * Update ci.yml Removing android build action --------- Co-authored-by: Gregorio Gevartosky Torrezan <[email protected]>
1 parent 6381b67 commit 67a5eea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Soto/Extensions/STS/Environment.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import Glibc
1818
import Musl
1919
#elseif canImport(Darwin)
2020
import Darwin.C
21+
#elseif canImport(Android)
22+
import Android
2123
#else
2224
#error("The Soto module was unable to identify your C library.")
2325
#endif

0 commit comments

Comments
 (0)