Fix non-cached buildserver build-tools install

This commit is contained in:
Ciaran Gultnieks 2013-07-10 16:45:34 +01:00
parent 6adc661e0e
commit b5fd722911
2 changed files with 18 additions and 3 deletions

View file

@ -37,7 +37,7 @@ script "add_build_tools" do
echo Installing from cache
tar -C #{sdk_loc}/build-tools -z -x -f /vagrant/cache/build-tools/17.0.0.tar.gz
else
echo Need the right install filter for this
#{sdk_loc}/tools/android update sdk --no-ui -a -t build-tools-17.0.0
fi
"
not_if "test -d #{sdk_loc}/build-tools/17.0.0"