blob: 7c4a9fe22bcbba3c85c353635f34d29ed66ac1f4 [file] [log] [blame]
Rashed Abdel-Tawabb6b34212019-09-04 15:08:51 -07001for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep lineage-17.0 | awk '{printf "lineage_%s-%s\n", $1, $2}')
Koushik Dutta941fc4d2012-08-17 20:17:11 -07002do
3 add_lunch_combo $combo
4done