mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03: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:
parent
d5d22dbc99
commit
fa9aa5d10f
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ end
|
||||||
|
|
||||||
%w{
|
%w{
|
||||||
platform-tools
|
platform-tools
|
||||||
extra-android-support
|
|
||||||
extra-android-m2repository
|
extra-android-m2repository
|
||||||
}.each do |pkg|
|
}.each do |pkg|
|
||||||
script "add_pkg_#{pkg}" do
|
script "add_pkg_#{pkg}" do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue