-
Notifications
You must be signed in to change notification settings - Fork 377
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
Support cross debugging and runners on Android. #725
Conversation
ecd562c
to
a30f60c
Compare
bors try android |
Support the `CROSS_DEBUG` and `CROSS_RUNNER` environment variables for android runners.
a30f60c
to
a29d466
Compare
tryBuild failed: |
bors try --target android |
tryBuild succeeded: |
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.
lgtm
bors r+ |
fyi, try to use |
Thank you, good to know. |
Build succeeded: |
Support the
CROSS_DEBUG
andCROSS_RUNNER
environment variables for android runners.This allows us to both get debugging information for the Android runner (similar to the Linux runner) and also use a native runner for Android (defaults to Qemu). It also fixes a minor bug where the Android runner was not used on
armv7-linux-androideabi
.