From 613c8582b36834a618a43bda73cd596652fe474a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=ADaz?= Date: Fri, 13 Nov 2015 08:51:59 -0600 Subject: post-build-lava: Recognize Nexus 5X. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0bc3cae497439f6998548b0aea4a75a1c4890a37 Signed-off-by: Daniel Díaz --- build-scripts/post-build-lava.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py index 170aac4..51eab5d 100755 --- a/build-scripts/post-build-lava.py +++ b/build-scripts/post-build-lava.py @@ -76,6 +76,9 @@ PRODUCT_MAP = { "apm": { "test_device_type": "mustang", }, + "aosp_bullhead": { + "test_device_type": "nexus5x", + }, } OPTION_SUFFIX = "_OPTION" -- cgit v1.2.3