chiark / gitweb /
buildserver: allow gradle/sdkmanager to install into the new m2repository
authorHans-Christoph Steiner <hans@eds.org>
Thu, 16 Mar 2017 10:43:46 +0000 (11:43 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 16 Mar 2017 12:23:42 +0000 (13:23 +0100)
commit64ea4caac1a5863ed85b51f669121d6a2b08b0f6
treea45ad539cbaff41053adad00ab984524ab9ee5a9
parent0ef818486d6ccbbfec87839f4cf3def764ae1263
buildserver: allow gradle/sdkmanager to install into the new m2repository

Google is pushing gradle towards downloading all the SDK components that it
needs, rather than having a preconfigured SDK installed.  The buildserver
strongly supports the old model, with added checksum checking even. We can
still support the old model by pre-configuring the SDK and locking it down
as root. This can then also support the new model by setting the file perms
so that new packages can be auto-installed, but they cannot overwrite any
packages that come pre-installed and pre-verified.

fdroiddata!2096
closes #247
buildserver/provision-android-sdk