aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-06-25 14:54:56 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2013-06-25 14:54:56 +0400
commitafd22a7886565ac3640b0759a7d2452aa5a0df10 (patch)
treefa8520c58db63ae883ff350cff77e991c1c24f3a /build-scripts
parentac2ca5e8d083abf8dc5d7910999af04c10a439da (diff)
parentaf829cbbcb4298527d1ed36ec093dc32fae67cf9 (diff)
[merge] map hi4511 to k3v2 for submitting LAVA jobs
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/post-build-lava.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index 8c62013..db0731c 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -42,6 +42,9 @@ PRODUCT_MAP = {
"full_arndale": {
"test_device_type": "arndale",
},
+ "hi4511": {
+ "test_device_type": "k3v2",
+ },
}
OPTION_SUFFIX = "_OPTION"