summaryrefslogtreecommitdiff
path: root/test_runner
diff options
context:
space:
mode:
Diffstat (limited to 'test_runner')
-rw-r--r--test_runner/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test_runner/Android.bp b/test_runner/Android.bp
index 91e1c0935..894ed33f7 100644
--- a/test_runner/Android.bp
+++ b/test_runner/Android.bp
@@ -29,6 +29,7 @@ java_test_host {
],
test_suites: [
"general-tests",
+ "mts-tethering",
],
// It will get build error if just set enabled to true. It fails with "windows_common"
// depends on some disabled modules that are used by this test and it looks like set
@@ -58,6 +59,7 @@ java_test_host {
],
test_suites: [
"general-tests",
+ "mts-tethering",
],
// It will get build error if just set enabled to true. It fails with "windows_common"
// depends on some disabled modules that are used by this test and it looks like set