diff --git a/Vagrantfile b/Vagrantfile index 87070561dbaead3136ee916f4317d61efecaeeb7..86c95ac34a101cbc281642504d8300f244e35c7d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,8 +32,7 @@ Vagrant.configure(2) do |config| wget -qO- $ANDROID_SDK_URL | tar xz -C tools expect -c ' set timeout -1; - spawn ./tools/android-sdk-linux/tools/android update sdk --no-ui \ - -t tool,platform-tool,platform,build-tools-24.0.1; + spawn ./tools/android-sdk-linux/tools/android update sdk --no-ui expect { "Do you accept the license" { exp_send "y\r" ; exp_continue } eof