1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Do not install extra-android-support in the VM

It's m2repository that is actually used by maven-based builds. This one
is pretty much useless.
This commit is contained in:
Daniel Martí 2016-05-26 15:50:46 +01:00
parent d5d22dbc99
commit fa9aa5d10f

View File

@ -34,7 +34,6 @@ end
%w{
platform-tools
extra-android-support
extra-android-m2repository
}.each do |pkg|
script "add_pkg_#{pkg}" do