We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deb1d96 + 90d9ce7 commit 586c113Copy full SHA for 586c113
stdlib/public/Concurrency/PlatformExecutorLinux.swift
@@ -10,7 +10,7 @@
10
//
11
//===----------------------------------------------------------------------===//
12
13
-#if !$Embedded && os(Linux)
+#if !$Embedded && (os(Linux) || os(Android))
14
15
import Swift
16
0 commit comments