chiark / gitweb /
Merge branch 'use-android-update-sdk' into 'master'
authorCiaran Gultnieks <ciaran@ciarang.com>
Fri, 17 Jun 2016 09:15:33 +0000 (09:15 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 17 Jun 2016 09:15:33 +0000 (09:15 +0000)
commit720d40ac1cf5331ff81ff6bb37d45187096b45fe
tree9f3dbd602b2f830a2ae918c3eaa142e3563c1763
parent882afebf7674d81833d099ad8d50446afd02739d
parent8e57f2737d97b9ce9bf23e118162b6e481617c51
Merge branch 'use-android-update-sdk' into 'master'

switch SDK/NDK/gradle buildserver provisioning to shell scripts

This converts the SDK, NDK, and gradle chef recipes to vagrant provisioning shell scripts.   Those recipes were just shell scripts anyway, forced into that ugly ruby/chef syntax.  Hopefully this will make things easier to maintain since simple bash is easier for most devs than ruby/chef. Also, it might speed up the provisioning a little bit since the whole script is sent to the VM then executed, rather than sent line-by-line.  Additionally, the SDK components are now installed using `android update sdk` so we do not need to duplicate Google's crazy kludges with that stuff.

See merge request !132