aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor
diff options
context:
space:
mode:
authorGravatar kjlubick <kjlubick@google.com>2016-09-08 13:04:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-08 13:04:31 -0700
commitb4403ee980dcc05fbefba7e587884032e893f8f8 (patch)
tree43f49edc2b1abd3a8eb4de553e3bff89db5ba185 /infra/bots/recipe_modules/flavor
parentb3cb2142725f9d0cd88a7200770536bc21f73b14 (diff)
Fix strange failures on Android N
We were seeing problems where dm ended with exit code 0, but the step still failed. It seems they changed what N returns when a thing completes. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2319843003 TBR=bugsbunny Review-Url: https://codereview.chromium.org/2319843003
Diffstat (limited to 'infra/bots/recipe_modules/flavor')
-rw-r--r--infra/bots/recipe_modules/flavor/android_flavor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/flavor/android_flavor.py b/infra/bots/recipe_modules/flavor/android_flavor.py
index dff11dd91a..93347e4fc9 100644
--- a/infra/bots/recipe_modules/flavor/android_flavor.py
+++ b/infra/bots/recipe_modules/flavor/android_flavor.py
@@ -38,7 +38,7 @@ def get_device(api):
'Nexus10': 'arm_v7_neon',
'Nexus5': 'arm_v7_neon',
'Nexus6': 'arm_v7_neon',
- 'Nexus6p': 'arm_v7_neon',
+ 'Nexus6p': 'arm64',
'Nexus7': 'arm_v7_neon',
'Nexus7v2': 'arm_v7_neon',
'Nexus9': 'arm64',