Skip to content

Conversation

@finagolfin
Copy link
Contributor

Pull #3030 invokes C APIs that aren't in the extremely limited Bionic module, so import the much larger Android overlay instead.

This just broke my daily Android CI.

Pull apple#3030 invokes C APIs that aren't in the extremely limited Bionic module,
so import the much larger Android overlay instead.
public let description = "EmbeddedEventLoop"

#if canImport(Darwin) || canImport(Glibc) || canImport(Musl) || canImport(Bionic)
#if canImport(Darwin) || canImport(Glibc) || canImport(Musl) || canImport(Android)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two conditionals are interchangeable, just updating this to match the actual import above.

@Lukasa Lukasa added the 🔨 semver/patch No public API change. label Dec 18, 2024
@Lukasa Lukasa enabled auto-merge (squash) December 18, 2024 10:24
@Lukasa Lukasa merged commit 2122fd8 into apple:main Dec 18, 2024
34 of 36 checks passed
@finagolfin finagolfin deleted the droid branch December 18, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants