Move all Android machines to arm64.

Change-Id: I738fb0c58d1a27397c94df384c8c87c045e36cb6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/447177
Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
Joe Gregorio 2021-09-09 08:49:46 -04:00
parent 9605042e8e
commit db2b44e01f
2 changed files with 168 additions and 168 deletions

View File

@ -280,9 +280,9 @@ func (b *taskBuilder) cipdPlatform() string {
return cipd.PlatformMacAmd64
} else if b.matchArch("Arm64") {
return cipd.PlatformLinuxArm64
} else if b.matchModel("GalaxyS20") || b.matchModel("P30") {
} else if b.matchOs("Android") {
return cipd.PlatformLinuxArm64
} else if b.matchOs("Android", "ChromeOS", "iOS") {
} else if b.matchOs("ChromeOS", "iOS") {
return cipd.PlatformLinuxArmv6l
} else {
return cipd.PlatformLinuxAmd64

File diff suppressed because it is too large Load Diff