Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Try alternate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots committed Aug 7, 2018
1 parent 076d057 commit c7ac93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/taskcluster/accept-license.sh
Expand Up @@ -10,5 +10,6 @@ set -ex
if [[ $(type -P "sdkmanager") ]]; then
yes | sdkmanager "platforms;android-28" "build-tools;28.0.2"
elif [[ $(type -P "android") ]]; then
(while sleep 3; do echo "y"; done) | android update sdk --no-ui --filter android-28,build-tools-28.0.2
(while sleep 3; do echo "y"; done) | android update sdk --no-ui --all --filter android-28
(while sleep 3; do echo "y"; done) | android update sdk --no-ui --all --filter build-tools-28.0.2
fi

0 comments on commit c7ac93a

Please sign in to comment.