blob: dcc20c343dab7256f8931256fc54fa58632561f7 [file] [log] [blame]
Adrian DC93256e42017-12-07 01:34:33 +01001for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep lineage-15.1 | awk '{printf "lineage_%s-%s\n", $1, $2}')
Koushik Dutta941fc4d2012-08-17 20:17:11 -07002do
3 add_lunch_combo $combo
4done