vendorsetup: Grab from cm-11.0 build targets

Change-Id: I99c0cc694d9551a2ed4a54eb92739e746d660616
This commit is contained in:
Michael Limb 2013-11-13 15:51:45 -08:00 committed by Gerrit Code Review
parent 9b55f0d2a3
commit 407450598a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
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