Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40745059 authored by Michael Limb's avatar Michael Limb Committed by Gerrit Code Review
Browse files

vendorsetup: Grab from cm-11.0 build targets

Change-Id: I99c0cc694d9551a2ed4a54eb92739e746d660616
parent 9b55f0d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
for combo in $(curl -s https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-10.2 | awk {'print $1'})
for combo in $(curl -s https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-11.0 | awk {'print $1'})
do
    add_lunch_combo $combo
done