summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
+ },
}