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