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

Fix build on Android #82

Closed
wants to merge 4 commits into from
Closed

Fix build on Android #82

wants to merge 4 commits into from

Conversation

notgull
Copy link
Member

@notgull notgull commented Jun 1, 2024

Use the signal backend on Android.

Fork of #80 with fixed tests.

kod-kristoff and others added 4 commits May 26, 2024 14:45
Rustix does not expose pidfd functions for android, so this
commit changes so that the signal backend is used on android.
The pidfd functions were introduced in Linux kernel 5.1, and
epoll integration were introduced in 5.3.

Android version 13, is the first version where all released
version of the Android common kernel is based on Linux kernel
5.4 or higher.
<https://source.android.com/docs/core/architecture/kernel/android-common>

Resolves Issue #79
@notgull
Copy link
Member Author

notgull commented Jun 1, 2024

@taiki-e Is cross preferred, like in this PR, or should we wait for the patch in setup-cross-toolchain-action like in #80 (comment)?

@notgull
Copy link
Member Author

notgull commented Jun 1, 2024

Tests are fixed in #80 now

@notgull notgull closed this Jun 1, 2024
@notgull notgull deleted the notgull/android branch June 1, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants