2022-05-06 21:42:38 +02:00
|
|
|
# Google Pixels, currently supported in AOSP
|
2022-01-13 17:09:26 +01:00
|
|
|
# Usage: ${devices[@]}
|
|
|
|
readonly devices=(
|
2022-10-14 17:41:57 +02:00
|
|
|
cheetah
|
|
|
|
panther
|
2023-03-20 18:53:00 +01:00
|
|
|
bluejay
|
|
|
|
raven
|
|
|
|
oriole
|
2022-03-13 02:24:31 +01:00
|
|
|
barbet
|
|
|
|
redfin
|
|
|
|
bramble
|
|
|
|
sunfish
|
2022-01-13 17:09:26 +01:00
|
|
|
)
|