-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Port #672 and #686 to Android. #710
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
Conversation
I'd rather avoid the duplication, this is discussed in rust-lang#707.
Looks like CI may be failing? |
Still failing :( |
It looks like some syscalls:
|
This'll just need to go green to land! |
@alexcrichton Is there any Android expert here? |
For some reason, they are in the NDK sources but they are not available in the tests. I don't know what Android does here, but nothing that makes sense.
Here you are, I just commented these out. I don't have the time to cope with Android's weirdness. |
@bors: r+ |
📌 Commit 4702102 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Bring back SYS_gettid on Android/ARM which was accidentally removed by #710.
I'd rather avoid the duplication, but this is discussed in #707.