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
Commits on Jul 2, 2018
-
Add `./mach bootstrap-android`
SimonSapin committedJul 2, 2018 -
boostrap: set executable bits when extracting zip files
SimonSapin committedJul 2, 2018 -
Install complete Android SDK (as much as on Buildbot CI)
SimonSapin committedJul 2, 2018 -
The older version seems to insist on updating itself when asked to install other components.
SimonSapin committedJul 2, 2018 -
Create and Android virtual device
SimonSapin committedJul 2, 2018 -
mach bootstrap-android: configure and show how to start an emulator
SimonSapin committedJul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
mach {package,install} --android: add --emulator and --usb
SimonSapin committedJul 2, 2018 -
Android cross-compiled command line hello world
`cargo run` Just Works®
SimonSapin committedJul 2, 2018 -
egl-configs: link to EGL and generate bindings
SimonSapin committedJul 2, 2018 -
egl-configs: get the number of configs
SimonSapin committedJul 2, 2018 -
egl-configs: print all config attributes
SimonSapin committedJul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
cargo run into Android/adb: configurable target device
SimonSapin committedJul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
Remove debugging println from a year ago
SimonSapin committedJul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
Do not prompt for Android emulator hardware profile
SimonSapin committedJul 2, 2018 -
Create emulator images for both ARM and x86
SimonSapin committedJul 2, 2018 -
bootstrap-android: use predictable paths for SDK and NDK
… independent of the version number
SimonSapin committedJul 2, 2018 -
bootstrap-android: always run sdkmanager
It is quick when already up to date
SimonSapin committedJul 2, 2018 -
Use the bootstraped Android toolchains by default
SimonSapin committedJul 2, 2018 -
SimonSapin committed
Jul 2, 2018 -
Remove the egl-configs diagnostic program
It has served its purpose. If we ever need it again it’s in git history.
SimonSapin committedJul 2, 2018 -
bootstrap-android: check SHA1 hashes of downloaded archives
SimonSapin committedJul 2, 2018 -
mach android-emulator: avoid mach error messages for Python exceptions
SimonSapin committedJul 2, 2018 -
Add ./mach test-android-startup
SimonSapin committedJul 2, 2018 -
Android: increase emulator disk size, for debug builds
Avoid INSTALL_FAILED_INSUFFICIENT_STORAGE on install.