diff options
author | kjlubick <kjlubick@google.com> | 2016-09-07 07:08:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-07 07:08:52 -0700 |
commit | eb2a27137e99088e0e70651fd5431f0fdc1a269d (patch) | |
tree | f462147fb2099e676ef517e4ddc6d2b3dcf774b4 /infra | |
parent | 2c4b64e92a3e589764336a91e06cebaa35ba5eb0 (diff) |
Add 6p to other device mapping
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2319593002
Review-Url: https://codereview.chromium.org/2319593002
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/recipe_modules/flavor/android_flavor.py | 1 |
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', |