-
Notifications
You must be signed in to change notification settings - Fork 382
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
Update Android NDK version and API version #629
Conversation
8f05201
to
46010b4
Compare
46010b4
to
607a7f9
Compare
607a7f9
to
1c96e3f
Compare
I've updated android-system.sh to update bionic versiion to Andriod 9.0.0. |
bors try |
🔒 Permission denied Existing reviewers: click here to make dalance a reviewer |
@burrbull Could you retry test? |
bors try |
tryBuild failed: |
1c96e3f
to
17ca1e3
Compare
bors try |
tryBuild failed: |
Could you retry test? |
bors try |
tryBuild succeeded: |
I think this PR is ready to merge. Could you review? |
Please rebase the branch instead of using merge commit 👍 If you are unsure how, just ask! |
7fef879
to
8fe20a3
Compare
I removed merge commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
bors r+
👎 Rejected by code reviews |
@reitermarkus Could you check the change requests? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Merge conflict. |
Co-authored-by: Markus Reiter <[email protected]>
Co-authored-by: Markus Reiter <[email protected]>
63b9e8d
to
d88eb5e
Compare
I resolved conflict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
Build succeeded: |
This PR updates Android NDK version and API version as the same as libc crate.
https://github.com/rust-lang/libc/blob/master/ci/android-install-ndk.sh
Fix #195