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 mach bootstrap-android and test-android-startup commands #21094

Merged
merged 30 commits into from Jul 2, 2018

Commits on Jul 2, 2018

  1. Use more recent Android tools

    The older version seems to insist on updating itself when asked to install other components.
    SimonSapin committed Jul 2, 2018
  2. Android cross-compiled command line hello world

    `cargo run` Just Works®
    SimonSapin committed Jul 2, 2018
  3. Tidy

    SimonSapin committed Jul 2, 2018
  4. Fix copy/paste mistake

    SimonSapin committed Jul 2, 2018
  5. Typo fixes

    SimonSapin committed Jul 2, 2018
  6. bootstrap-android: use predictable paths for SDK and NDK

    … independent of the version number
    SimonSapin committed Jul 2, 2018
  7. bootstrap-android: always run sdkmanager

    It is quick when already up to date
    SimonSapin committed Jul 2, 2018
  8. Remove the egl-configs diagnostic program

    It has served its purpose. If we ever need it again it’s in git history.
    SimonSapin committed Jul 2, 2018
  9. Android: increase emulator disk size, for debug builds

    Avoid INSTALL_FAILED_INSUFFICIENT_STORAGE on install.
    SimonSapin committed Jul 2, 2018
You can’t perform that action at this time.