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

Add android targets 5, 6 and 9

They are nice to have, and will be needed to build support-v4 from source
This commit is contained in:
Daniel Martí 2014-05-21 11:44:36 +02:00
parent 3a73654d49
commit 295cddcddb

View File

@ -71,9 +71,9 @@ X
not_if "test -d #{sdk_loc}/platform-tools"
end
%w{android-3 android-4 android-7 android-8 android-10 android-11
android-12 android-13 android-14 android-15 android-16 android-17
android-18 android-19
%w{android-3 android-4 android-5 android-6 android-7 android-8 android-9
android-10 android-11 android-12 android-13 android-14 android-15
android-16 android-17 android-18 android-19
extra-android-support extra-android-m2repository}.each do |sdk|
script "add_sdk_#{sdk}" do