We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df66ba commit f9b492fCopy full SHA for f9b492f
src/ci/docker/scripts/android-sdk.sh
@@ -20,7 +20,7 @@ download_sysimage() {
20
# The output from sdkmanager is so noisy that it will occupy all of the 4 MB
21
# log extremely quickly. Thus we must silence all output.
22
yes | sdkmanager --licenses > /dev/null
23
- sdkmanager platform-tools emulator \
+ yes | sdkmanager platform-tools emulator \
24
"platforms;android-$api" \
25
"system-images;android-$api;default;$abi" > /dev/null
26
}
0 commit comments