aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6e34978..0d4fbd4 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -67,6 +67,9 @@ PRODUCT_MAP = {
"test_device_type": "aa9",
"test_stream": "/private/team/fujitsu/ci-LT-Fujitsu-working-tree/"
},
+ "aosp_manta": {
+ "test_device_type": "nexus10",
+ },
}
OPTION_SUFFIX = "_OPTION"