lineage: Remove deprecated vendorsetup.sh

Change-Id: I13d6b98e9520e8f61b261ffdf171c11624303122
This commit is contained in:
Rashed Abdel-Tawab 2019-09-06 17:35:16 -07:00
parent aca09b2a8b
commit 2c1eae6ffe
No known key found for this signature in database
GPG key ID: 87867AAE006CB094

View file

@ -1,4 +0,0 @@
for 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}')
do
add_lunch_combo $combo
done