Skip to content
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

test: Use set sysroot for more NDK compatibility #33848

Merged
merged 1 commit into from
May 29, 2016

Commits on May 24, 2016

  1. test: Use set sysroot for more NDK compatibility

    Recent versions of the Android NDK no longer ship debuggers like
    `arm-linux-androideabi-gdb`, but instead one prebuilt binary `gdb`. We can
    symlink this into place at least to get our detection still working, but it now
    needs to be told what the sysroot is so it can correctly do... something. Long
    story short, tests didn't pass with this change and after this change they pass.
    alexcrichton committed May 24, 2016
    Configuration menu
    Copy the full SHA
    0f3e865 View commit details
    Browse the repository at this point in the history