summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-11-19 09:15:45 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2015-11-19 09:16:26 -0600
commit7db537f4daad1d641eeeb68960d1077f9e287237 (patch)
tree2c66fc3557cec5a2ad421666ef0229106d0e278d
parent648ce02b01d000965917045f405ebff1ab30760e (diff)
Map Hikey device on Android jobs.
Change-Id: I450d852722e9b95b831c15e282fdf8347fc2af32 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rwxr-xr-xpost-build-lava.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/post-build-lava.py b/post-build-lava.py
index 9243115..216d62e 100755
--- a/post-build-lava.py
+++ b/post-build-lava.py
@@ -85,6 +85,9 @@ product_map = {
"aosp_bullhead": {
"test_device_type": "nexus5x",
},
+ "hikey": {
+ "test_device_type": "hi6220-hikey",
+ },
}