mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
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:
parent
597f7c1cc6
commit
89e1878bd6
5 changed files with 41 additions and 31 deletions
|
@ -87,7 +87,7 @@ def android_arm32():
|
|||
# wget: servo-media-gstreamer’s build script
|
||||
.with_script("""
|
||||
apt-get install -y --no-install-recommends openjdk-8-jdk-headless file wget
|
||||
./etc/ci/bootstrap-android-and-accept-licences.sh
|
||||
yes | ./mach bootstrap-android --build
|
||||
./mach build --android --release
|
||||
""")
|
||||
.with_artifacts(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue