chiark / gitweb /
buildserver: use `android update sdk` to install Android SDK
authorHans-Christoph Steiner <hans@eds.org>
Tue, 14 Jun 2016 14:34:13 +0000 (16:34 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 13:26:35 +0000 (15:26 +0200)
commite47396b4035fe0f82d85bd0ec38ef38169ccf6fb
tree5189604974b4b4c4ec8a3ff5b039b2cef4715f2a
parente449d2f5839805071c0837dbd6ff401bebbe12c3
buildserver: use `android update sdk` to install Android SDK

`android update sdk --no-ui` is the standard command line tool for
installing the Android SDK.  By symlinking into the $ANDROID_HOME/temp dir,
the cached files can still be used.  This converts the chef recipe to a
vagrant shell provisioning script since it was all bash anyway.

Some file names no longer officially have a -linux in them, so those were
changed to keep the cache working with the default filename.
buildserver/cookbooks/android-sdk/recipes/default.rb [deleted file]
buildserver/provision-android-sdk [new file with mode: 0644]
makebuildserver