summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:09:50 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-04-07 01:09:50 +0000
commit15f1a2b53d2c1c8fa945e6d9e2ac686d0381928d (patch)
tree34c1b2bb2d2bdcbc1188caced5471fc4517468dc
parenteedb2a090b8fbcb3e2dfeb7b3791cb7743b84543 (diff)
parent9e46f424e4e12f208d94d57c06fc7b3c9206ad50 (diff)
downloadvndk-15f1a2b53d2c1c8fa945e6d9e2ac686d0381928d.tar.gz
Snap for 7263361 from 9e46f424e4e12f208d94d57c06fc7b3c9206ad50 to sc-release
Change-Id: I113bb022ec31341f0a831f649cf209a915cbfa7d
-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,
+ },
}