d4e3779b69
Change-Id: I2fbcc56d063c49a6c8ce030c76a5eebf535d8f4c
13 lines
174 B
Text
13 lines
174 B
Text
# Google Pixels, currently supported in AOSP
|
|
# Usage: ${devices[@]}
|
|
readonly devices=(
|
|
cheetah
|
|
panther
|
|
bluejay
|
|
raven
|
|
oriole
|
|
barbet
|
|
redfin
|
|
bramble
|
|
sunfish
|
|
)
|