vendorsetup: Use cm-10.2 lunch targets

Change-Id: I6137840ae94904aa86f38f75055e6e35e5397bfb
This commit is contained in:
dhacker29 2013-08-14 15:25:28 -05:00
parent 45e6598078
commit a3310a3868
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.1 | awk {'print $1'})
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'})
do
add_lunch_combo $combo
done