aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar kjlubick <kjlubick@google.com>2016-09-07 07:08:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-07 07:08:52 -0700
commiteb2a27137e99088e0e70651fd5431f0fdc1a269d (patch)
treef462147fb2099e676ef517e4ddc6d2b3dcf774b4 /infra
parent2c4b64e92a3e589764336a91e06cebaa35ba5eb0 (diff)
Add 6p to other device mapping
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/recipe_modules/flavor/android_flavor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/flavor/android_flavor.py b/infra/bots/recipe_modules/flavor/android_flavor.py
index c896f058b1..dff11dd91a 100644
--- a/infra/bots/recipe_modules/flavor/android_flavor.py
+++ b/infra/bots/recipe_modules/flavor/android_flavor.py
@@ -38,6 +38,7 @@ def get_device(api):
'Nexus10': 'arm_v7_neon',
'Nexus5': 'arm_v7_neon',
'Nexus6': 'arm_v7_neon',
+ 'Nexus6p': 'arm_v7_neon',
'Nexus7': 'arm_v7_neon',
'Nexus7v2': 'arm_v7_neon',
'Nexus9': 'arm64',