summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2019-12-30 14:45:45 -0800
committerHung-ying Tyan <tyanh@google.com>2020-01-03 03:43:50 +0000
commit185d3a31195417a4e9e5614966c850b7158109df (patch)
tree56362f4a611d410319b1559132d3f0910b9fb707
parentcd05bed34cdaddcf2151266ba0264934087c22d9 (diff)
downloadplatform_testing-pie-gsi.tar.gz
Enable Cuttlefish tests on ARM platformspie-gsi
Allows certain test configs to run that require .apk tests. These tests were being incorrectly excluded on vsoc_arm64 builds. Bug: 143531490 Change-Id: I4e6e1dd4f757dfa8c76853fcc3634fcdc4639e85 (cherry picked from 75b94ba6161222c4c2d2a3aa41d64fcdfed3ac56)
-rw-r--r--build/tasks/tests/platform_test_list.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/tests/platform_test_list.mk b/build/tasks/tests/platform_test_list.mk
index 73b9e9b5b..681bdd2e0 100644
--- a/build/tasks/tests/platform_test_list.mk
+++ b/build/tasks/tests/platform_test_list.mk
@@ -120,7 +120,7 @@ platform_tests += \
VersatileTestApp_None \
VoiceInteraction \
-ifneq ($(filter vsoc_x86 vsoc_x86_64, $(TARGET_DEVICE)),)
+ifneq ($(filter vsoc_arm vsoc_arm64 vsoc_x86 vsoc_x86_64, $(TARGET_DEVICE)),)
platform_tests += \
CuttlefishRilTests \
CuttlefishWifiTests