summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-03-31 02:14:56 +0000
committerJulien Desprez <jdesprez@google.com>2021-03-31 02:14:59 +0000
commite12ab4f24fd50cd459f409d83c20117ad35d6639 (patch)
tree34c1b2bb2d2bdcbc1188caced5471fc4517468dc
parent43331d229d763013c7b15bb86ce4ea9d7b55dde3 (diff)
downloadvndk-e12ab4f24fd50cd459f409d83c20117ad35d6639.tar.gz
Set some VTS tests as not unit tests
Change-Id: I24ee643d23d150215ec0ce75b382de9d8d315a66 Test: presubmit Bug: 183730987
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
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,
+ },
}