chiark / gitweb /
Do not install extra-android-support in the VM
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 26 May 2016 14:50:46 +0000 (15:50 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 27 May 2016 13:08:57 +0000 (14:08 +0100)
It's m2repository that is actually used by maven-based builds. This one
is pretty much useless.

buildserver/cookbooks/android-sdk/recipes/default.rb

index 40105a0142f6026b8d5359aa978307fedfb2130f..546950ad374e741ceda4e5dd53df16bbbd30e1b2 100644 (file)
@@ -34,7 +34,6 @@ end
 
 %w{
     platform-tools
-    extra-android-support
     extra-android-m2repository
 }.each do |pkg|
   script "add_pkg_#{pkg}" do