20 lines
221 B
Plaintext
20 lines
221 B
Plaintext
# Google Pixels, currently supported in AOSP
|
|
# Usage: ${devices[@]}
|
|
readonly devices=(
|
|
comet
|
|
komodo
|
|
caiman
|
|
tokay
|
|
akita
|
|
husky
|
|
shiba
|
|
felix
|
|
tangorpro
|
|
lynx
|
|
cheetah
|
|
panther
|
|
bluejay
|
|
raven
|
|
oriole
|
|
)
|