From a3310a38681cffdee44dbd1ad966c9d7b2447376 Mon Sep 17 00:00:00 2001 From: dhacker29 Date: Wed, 14 Aug 2013 15:25:28 -0500 Subject: [PATCH] vendorsetup: Use cm-10.2 lunch targets Change-Id: I6137840ae94904aa86f38f75055e6e35e5397bfb --- vendorsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendorsetup.sh b/vendorsetup.sh index 36c7fd92..13d495dc 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -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