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

Add android runner to run android binaries. #720

Merged
merged 2 commits into from
May 28, 2022

Commits on May 27, 2022

  1. Add android runner to run android binaries.

    Android binaries currently fail to run, because `libc++_shared.so` is
    not found, so ensure the library is preloaded via `LD_PRELOAD`. This
    creates a simple `android-runner` file, so any additional changes can be
    added there.
    
    Linked Issues: cross-rs#82
    Alexhuszagh committed May 27, 2022
    Configuration menu
    Copy the full SHA
    023716b View commit details
    Browse the repository at this point in the history
  2. Add runners and C++ support.

    Add qemu-user runners and C++ support for android, to test that the
    LD_PRELOAD works.
    Alexhuszagh committed May 27, 2022
    Configuration menu
    Copy the full SHA
    8788c7d View commit details
    Browse the repository at this point in the history