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
+292
−14
Fix copy/paste mistake
7d7f202
Select commit
b9d5f11
Add `./mach bootstrap-android`
SimonSapin 510cf1a
boostrap: set executable bits when extracting zip files
SimonSapin 56df7f4
Install complete Android SDK (as much as on Buildbot CI)
SimonSapin 244a332
Use more recent Android tools
SimonSapin 1ee54ab
Create and Android virtual device
SimonSapin 8889742
mach bootstrap-android: configure and show how to start an emulator
SimonSapin fe24816
mach run --android: show PID
SimonSapin 4cbf3de
mach {package,install} --android: add --emulator and --usb
SimonSapin eab971c
Android cross-compiled command line hello world
SimonSapin 90ba22b
egl-configs: link to EGL and generate bindings
SimonSapin 89f6c6d
egl-configs: get the number of configs
SimonSapin 7e7316e
egl-configs: print all config attributes
SimonSapin 1f8d04b
egl-configs: print hex too
SimonSapin 6e68705
cargo run into Android/adb: configurable target device
SimonSapin 484eee8
Tidy
SimonSapin 3c992af
Remove debugging println from a year ago
SimonSapin 7d7f202
Fix copy/paste mistake
SimonSapin b7a8b81
egl-configs: add i686 support
SimonSapin f4d740f
Typo fixes
SimonSapin e54ad77
Do not prompt for Android emulator hardware profile
SimonSapin 0e2e9cb
Create emulator images for both ARM and x86
SimonSapin aa1c3ce
bootstrap-android: use predictable paths for SDK and NDK
SimonSapin 65122b1
bootstrap-android: always run sdkmanager
SimonSapin fc77db4
Use the bootstraped Android toolchains by default
SimonSapin b6b9fe0
Add "./mach android-emulator"
SimonSapin 9e544c2
Remove the egl-configs diagnostic program
SimonSapin 8293b29
bootstrap-android: check SHA1 hashes of downloaded archives
SimonSapin bee3fd0
mach android-emulator: avoid mach error messages for Python exceptions
SimonSapin eecbe83
Add ./mach test-android-startup
SimonSapin c0d1b8e
Android: increase emulator disk size, for debug builds
SimonSapin
Merged
Add mach bootstrap-android and test-android-startup commands #21094
Fix copy/paste mistake
Jun 21, 2018
Jun 21, 2018
Jun 21, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 25, 2018
Jun 26, 2018
Jun 26, 2018
Jun 26, 2018
Jun 27, 2018
Jun 28, 2018
Jun 28, 2018
Jun 28, 2018
Jun 28, 2018
Jun 28, 2018
Jun 28, 2018
Jun 29, 2018
Jun 29, 2018
Jun 29, 2018
Jun 29, 2018
Jul 2, 2018
7d7f202
Select commit
b9d5f11
Add `./mach bootstrap-android`
SimonSapin 510cf1a
boostrap: set executable bits when extracting zip files
SimonSapin 56df7f4
Install complete Android SDK (as much as on Buildbot CI)
SimonSapin 244a332
Use more recent Android tools
SimonSapin 1ee54ab
Create and Android virtual device
SimonSapin 8889742
mach bootstrap-android: configure and show how to start an emulator
SimonSapin fe24816
mach run --android: show PID
SimonSapin 4cbf3de
mach {package,install} --android: add --emulator and --usb
SimonSapin eab971c
Android cross-compiled command line hello world
SimonSapin 90ba22b
egl-configs: link to EGL and generate bindings
SimonSapin 89f6c6d
egl-configs: get the number of configs
SimonSapin 7e7316e
egl-configs: print all config attributes
SimonSapin 1f8d04b
egl-configs: print hex too
SimonSapin 6e68705
cargo run into Android/adb: configurable target device
SimonSapin 484eee8
Tidy
SimonSapin 3c992af
Remove debugging println from a year ago
SimonSapin 7d7f202
Fix copy/paste mistake
SimonSapin b7a8b81
egl-configs: add i686 support
SimonSapin f4d740f
Typo fixes
SimonSapin e54ad77
Do not prompt for Android emulator hardware profile
SimonSapin 0e2e9cb
Create emulator images for both ARM and x86
SimonSapin aa1c3ce
bootstrap-android: use predictable paths for SDK and NDK
SimonSapin 65122b1
bootstrap-android: always run sdkmanager
SimonSapin fc77db4
Use the bootstraped Android toolchains by default
SimonSapin b6b9fe0
Add "./mach android-emulator"
SimonSapin 9e544c2
Remove the egl-configs diagnostic program
SimonSapin 8293b29
bootstrap-android: check SHA1 hashes of downloaded archives
SimonSapin bee3fd0
mach android-emulator: avoid mach error messages for Python exceptions
SimonSapin eecbe83
Add ./mach test-android-startup
SimonSapin c0d1b8e
Android: increase emulator disk size, for debug builds
SimonSapin