aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-03-25 19:26:23 +0000
committerJulien Desprez <jdesprez@google.com>2021-03-25 19:28:52 +0000
commitb099b53b18c2b23c51f100657a45a291073495f7 (patch)
tree80b3b0296ede7efa72570efb8425d7d4e59dcaee /Android.bp
parent84c957bd1a9b7e61269fdc0f1290b515902b79ab (diff)
downloadadb-b099b53b18c2b23c51f100657a45a291073495f7.tar.gz
Mark adb integration tests as not unit tests
They are not unit tests, so marking them as such. Change-Id: If924d9de0a7d095ff3862e8f3b62f1ffb0ad2e86 Test: presubmit Bug: 183730987
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b4566bff..81d6fa0f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -849,6 +849,9 @@ python_test_host {
enabled: true,
},
},
+ test_options: {
+ unit_test: false,
+ },
}
python_test_host {
@@ -870,6 +873,9 @@ python_test_host {
enabled: true,
},
},
+ test_options: {
+ unit_test: false,
+ },
}
// Note: using pipe for xxd to control the variable name generated