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 Android x86 on CI #21166

Merged
merged 3 commits into from Jul 12, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Remove unused --update parameter to ./mach bootstrap-android

  • Loading branch information
SimonSapin committed Jul 12, 2018
commit 8dc245793113637429212e2c6348e45c0f39d2fd
@@ -58,10 +58,7 @@ def bootstrap(self, force=False):
@Command('bootstrap-android',
description='Install the Android SDK and NDK.',
category='bootstrap')
@CommandArgument('--update',
action='store_true',
help='Run SDK component install and emulator image creation again')
def bootstrap_android(self, update=False):
def bootstrap_android(self):

ndk = "android-ndk-r12b-{system}-{arch}"
tools = "sdk-tools-{system}-4333796"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.