]> git.lizzy.rs Git - rust.git/commitdiff
make sure to accept all android licenses
authorPietro Albini <pietro@pietroalbini.org>
Wed, 23 Jan 2019 10:21:24 +0000 (11:21 +0100)
committerPietro Albini <pietro@pietroalbini.org>
Wed, 23 Jan 2019 10:21:24 +0000 (11:21 +0100)
src/ci/docker/scripts/android-sdk.sh

index e06c57fbab90c946a1e6e2c1feaa5924e434e1f0..179f63fc830a67bd6afc778010a875bb2dac318a 100644 (file)
@@ -20,7 +20,7 @@ download_sysimage() {
     # The output from sdkmanager is so noisy that it will occupy all of the 4 MB
     # log extremely quickly. Thus we must silence all output.
     yes | sdkmanager --licenses > /dev/null
-    sdkmanager platform-tools emulator \
+    yes | sdkmanager platform-tools emulator \
         "platforms;android-$api" \
         "system-images;android-$api;default;$abi" > /dev/null
 }