mirror of
https://github.com/servo/servo.git
synced 2025-09-27 07:10:19 +01:00
Auto merge of #21912 - servo:lighter-bootstrap, r=jdm
Add `--build` and `--emulator-x86` to `./mach bootstrap-android` This allows not downloading dependencies that are not needed for a particular task. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21912) <!-- Reviewable:end -->
This commit is contained in:
commit
79f0291924
5 changed files with 77 additions and 53 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue