mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-26 16:29:12 -05: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:
@@ -34,7 +34,6 @@ end
|
||||
|
||||
%w{
|
||||
platform-tools
|
||||
extra-android-support
|
||||
extra-android-m2repository
|
||||
}.each do |pkg|
|
||||
script "add_pkg_#{pkg}" do
|
||||
|
||||
Reference in New Issue
Block a user