summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:09:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:09:18 +0000
commitac37b2e58f98cb0e7f66a363dfefc44a7a9b506b (patch)
tree34c1b2bb2d2bdcbc1188caced5471fc4517468dc
parentc7b0d92c581229eb1c270256d8e16bdb6447317e (diff)
parent9e46f424e4e12f208d94d57c06fc7b3c9206ad50 (diff)
downloadvndk-ac37b2e58f98cb0e7f66a363dfefc44a7a9b506b.tar.gz
Snap for 7263304 from 9e46f424e4e12f208d94d57c06fc7b3c9206ad50 to sc-d1-release
Change-Id: I316d277388012bc1cff39dd34fefa67c2569bee7
-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,
+ },
}