-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fill out missing Android runtime functions #4405
Comments
De-milestoning; nominating for maturity milestone 3, feature-complete. |
Accepted for feature complete (predicated on android becoming tier-1 supported-platform) |
Still relevant |
triage bump. is this still going to be in c++ even with the new runtime? |
P-low, not 1.0 blocker. |
What does this affect? How is android code limited by this? |
@lahwran we still have a file of stubs and presumably if you use one of those functions you're going to get... some interesting results! |
yes, but what actually uses those in the rust stdlib? what should I avoid? |
src/rt/rust_android_dummy.cpp
contains a bunch of empty stubs for functions that don't exist in bionic.The text was updated successfully, but these errors were encountered: