Skip to content

Commit 586c113

Browse files
authored
Merge pull request #80201 from compnerd/concurrent-androids
Concurrency: handle android similar to Linux
2 parents deb1d96 + 90d9ce7 commit 586c113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/PlatformExecutorLinux.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#if !$Embedded && os(Linux)
13+
#if !$Embedded && (os(Linux) || os(Android))
1414

1515
import Swift
1616

0 commit comments

Comments
 (0)