Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: update Bionic declarations for nullability annotations added in NDK 26 #449

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

finagolfin
Copy link
Contributor

Also, force unwrap an opendir() call that could be null.

This is needed because Bionic recently added a bunch of these annotations. I made sure this pull doesn't break anything by testing it on linux x86_64, and the force unwrap with the previous NDK 25c too. I used this patch with others to build the Swift toolchain and this package for my Android CI, finagolfin/swift-android-sdk#122.

… in NDK 26

Also, force unwrap an `opendir()` call that could be null.
@Lukasa Lukasa added the patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1) label Nov 27, 2023
@Lukasa
Copy link
Contributor

Lukasa commented Nov 27, 2023

@swift-server-bot add to allowlist

@Lukasa Lukasa merged commit 90070b0 into apple:main Nov 27, 2023
7 of 8 checks passed
@finagolfin finagolfin deleted the droid branch November 27, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-version-bump-only For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants