summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-04-06 23:06:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-06 23:06:51 +0000
commitdf9ab18264b5ccc240f564bcb6947ccef65bf8a5 (patch)
tree34c1b2bb2d2bdcbc1188caced5471fc4517468dc
parente8fd5c5de0090941827e2ab9f2a4b2f2b494666f (diff)
parent9e46f424e4e12f208d94d57c06fc7b3c9206ad50 (diff)
downloadvndk-df9ab18264b5ccc240f564bcb6947ccef65bf8a5.tar.gz
Set some VTS tests as not unit tests am: e12ab4f24f am: 6ea8a28b7d am: ee8c116bff am: 9e46f424e4
Original change: https://android-review.googlesource.com/c/platform/test/vts-testcase/vndk/+/1659563 Change-Id: I89f83fd2d1df7bbd12289bd906c4b1bc60e571da
-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,
+ },
}