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

Don't add sdk support lib dir as maven repo

This commit is contained in:
Daniel Martí 2013-10-16 09:36:42 +02:00
parent 0154a77854
commit 1764173084

View File

@ -29,17 +29,6 @@ execute "add-android-home" do
not_if "grep ANDROID_HOME /home/#{user}/.bsenv"
end
execute "add-maven-support-repo" do
user user
command "echo \"
<settings><activeProfiles><activeProfile>android</activeProfile></activeProfiles>
<profiles><profile><id>android</id><repositories><repository><id>android-support-repository</id>
<url>file:///opt/android/sdk/extras/android/m2repository/</url>
</repository></repositories></profile></profiles></settings>
\" > /home/#{user}/.m2/settings.xml"
not_if "grep m2repository /home/#{user}/.m2/settings.xml"
end
%w{17.0.0 18.0.1}.each do |ver|
script "add_build_tools_#{ver}" do