chiark / gitweb /
buildserver: allow gradle to install new components
authorHans-Christoph Steiner <hans@eds.org>
Wed, 22 Mar 2017 09:59:44 +0000 (10:59 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 3 Apr 2017 18:18:54 +0000 (20:18 +0200)
commitbaeae862ad15df19c430cb4e9d806e94f3b59dec
treed066cb89ad71e2f44814c4f64258bd344a8cd9d4
parentd6310ed52c4b9be5dce9ea7ddbdc9b7c9b47e4b3
buildserver: allow gradle to install new components

Google is making gradle automatically download Android SDK components that
are needed by the build, but not already present.  We need to support that
since it would be a lot of work to fight it.  Plus, since each build starts
from the fresh snapshot, it should not be such a big deal to let each
build install stuff during the process.

closes #268
buildserver/provision-android-sdk