6aaeca3621
Change-Id: I78115e6fcc14e0b46c916b29fe561e009c271637
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
|
|
)
|