-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Minimum android NDK version should be updated #22398
Comments
Was this fixed by ejjeong's commit? |
looks like it wasn't. |
It's not fixed yet. |
Triage: it's unclear to me where the minimum ndk version is specified. So I can't tell if this has been fixed or not. |
I don't remember at this point |
Right now we actually somewhat guarantee API level 18 in the standard library (compatibility-wise), so we're probably not going to update this. CI we've got basically taken care of, so we should be good on that front. |
FYI: https://github.com/rust-lang/rust-wiki-backup/blob/master/Doc-building-for-android.md |
On android NDK version before r9d, it only provided gdb 7.3.
And gdb 7.3 cannot understand DWARF4, which is generated by llvm by default.
Minimum NDK version should be updated like below (both for buildbot & wiki):
For now, instead of upgrading the NDK version,
the default dwarf version will be lowered as DWARF2, like OSX.
The text was updated successfully, but these errors were encountered: