Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_vendor_bliss
/
b0e4491d072d1ad32fd06f0d4b7c66952364baf6
/
.
/
vendorsetup.sh
blob: 8683bc0ff039b8f24f9f40e8bb80d2d017479e23 [
file
] [
log
] [
blame
]
for
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}'
)
do
add_lunch_combo $combo
done