From e12ab4f24fd50cd459f409d83c20117ad35d6639 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Wed, 31 Mar 2021 02:14:56 +0000 Subject: Set some VTS tests as not unit tests Change-Id: I24ee643d23d150215ec0ce75b382de9d8d315a66 Test: presubmit Bug: 183730987 --- Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Android.bp b/Android.bp index 1212b59..e8fb2cc 100644 --- a/Android.bp +++ b/Android.bp @@ -68,6 +68,9 @@ python_test_host { "vts", ], test_config: "abi/vts_vndk_abi_test.xml", + test_options: { + unit_test: false, + }, } python_test_host { @@ -81,6 +84,9 @@ python_test_host { "vts", ], test_config: "dependency/vts_vndk_dependency_test.xml", + test_options: { + unit_test: false, + }, } python_test_host { @@ -94,4 +100,7 @@ python_test_host { "vts", ], test_config: "files/vts_vndk_files_test.xml", + test_options: { + unit_test: false, + }, } -- cgit v1.2.3