Add --build and --emulator-x86 to ./mach bootstrap-android

This allows not downloading dependencies that are not needed for a praticular task.
This commit is contained in:
Simon Sapin 2018-10-11 15:22:22 +02:00
parent 597f7c1cc6
commit 89e1878bd6
5 changed files with 41 additions and 31 deletions

View file

@ -249,7 +249,7 @@ linker = "lld-link.exe"
#### Cross-compilation for Android
Run `./mach bootstrap-android` to get Android-specific tools. See wiki for
Run `./mach bootstrap-android --build` to get Android-specific tools. See wiki for
[details](https://github.com/servo/servo/wiki/Building-for-Android).
## The Rust compiler