summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-01-24 05:04:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-01-24 05:04:05 +0000
commitb1b82ad0b15a9867a41b89f84d11cad490744fb6 (patch)
treeacae4fc92b2503ec10d84dc750d2ebd9460d650b
parent33d97d2c8fc5641499ab8ab8e32b48a98d5d0a03 (diff)
parent24122bb3ed2051c43819f4673354cf67b771b172 (diff)
downloadplatform_testing-b1b82ad0b15a9867a41b89f84d11cad490744fb6.tar.gz
Change-Id: Ie730453c0724b44c424962afce6a8fbcfd487d63
-rw-r--r--build/tasks/tests/platform_test_list.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/tasks/tests/platform_test_list.mk b/build/tasks/tests/platform_test_list.mk
index 04992c161..73b9e9b5b 100644
--- a/build/tasks/tests/platform_test_list.mk
+++ b/build/tasks/tests/platform_test_list.mk
@@ -119,3 +119,9 @@ platform_tests += \
VersatileTestApp_Internal \
VersatileTestApp_None \
VoiceInteraction \
+
+ifneq ($(filter vsoc_x86 vsoc_x86_64, $(TARGET_DEVICE)),)
+ platform_tests += \
+ CuttlefishRilTests \
+ CuttlefishWifiTests
+endif