make sure to accept all android licenses

This commit is contained in:
Pietro Albini 2019-01-23 11:21:24 +01:00
parent 6bba352cad
commit 91f328fb55
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C

View 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
}