Skip to content
Snippets Groups Projects
Commit f2d6fe2b authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

vendorsetup: match lineage naming for build roster

Change-Id: Iaeb6b323ca00df3c9121d68fdadd1c32cd550861
parent e407ec70
No related branches found
No related tags found
No related merge requests found
for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-14.1 | awk '{printf "cm_%s-%s\n", $1, $2}') for combo in $(curl -s https://raw.githubusercontent.com/LineageOS/hudson/master/lineage-build-targets | sed -e 's/#.*$//' | grep cm-14.1 | awk '{printf "cm_%s-%s\n", $1, $2}')
do do
add_lunch_combo $combo add_lunch_combo $combo
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment