chiark / gitweb /
buildserver: allow gradle to install newer build-tools versions
authorHans-Christoph Steiner <hans@eds.org>
Tue, 14 Mar 2017 11:39:03 +0000 (12:39 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 14 Mar 2017 11:39:03 +0000 (12:39 +0100)
commit3e895eadd2ddb90cc81f94fe7856b8075927e11c
tree00c657bb9154b3f8cc8cf3eae918d31515137d34
parent590160d76693d62ccb1aaf24b816a02cf9bd4c31
buildserver: allow gradle to install newer build-tools versions

gradle will now automatically download and install missing bits of the
Android SDK.  While we prefer to have the SDK packages fully verified, we
should allow this behavior on the buildserver to ensure that builds work
even when the buildserver can't be updated.  Since each build starts from a
clean snapshot, this auto-installed build-tools will only be used for the
single build, so it won't affect other apps.
buildserver/provision-android-sdk