Skip to content

Commit 91f328f

Browse files
committed
make sure to accept all android licenses
1 parent 6bba352 commit 91f328f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/android-sdk.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ download_sysimage() {
2020
# The output from sdkmanager is so noisy that it will occupy all of the 4 MB
2121
# log extremely quickly. Thus we must silence all output.
2222
yes | sdkmanager --licenses > /dev/null
23-
sdkmanager platform-tools emulator \
23+
yes | sdkmanager platform-tools emulator \
2424
"platforms;android-$api" \
2525
"system-images;android-$api;default;$abi" > /dev/null
2626
}

0 commit comments

Comments
 (0)