We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bba352 commit 91f328fCopy full SHA for 91f328f
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