mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add --accept-all-licences to ./mach bootstrap-android
This commit is contained in:
parent
89e1878bd6
commit
6c82c471c5
4 changed files with 17 additions and 26 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
|
||||
yes | ./mach bootstrap-android --build
|
||||
./mach bootstrap-android --accept-all-licences --build
|
||||
./mach build --android --release
|
||||
""")
|
||||
.with_artifacts(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue