summaryrefslogtreecommitdiff
path: root/test_runner
diff options
context:
space:
mode:
authorMohannad Farrag <aymanm@google.com>2023-03-23 12:39:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-23 12:39:46 +0000
commit692f4a3acff96812bc4dbf37806f3bade6ab42ee (patch)
treeea8d0c66044f8681972b4718153c4c2f2c3b4ec3 /test_runner
parenta5a5973d4f145a683a1ed1bd030421432ad6b7f4 (diff)
downloadcronet-692f4a3acff96812bc4dbf37806f3bade6ab42ee.tar.gz
Revert "Cronet: Append `mts-tethering` to native test modules"
This reverts commit a5a5973d4f145a683a1ed1bd030421432ad6b7f4. Reason for revert: soong_namespace is having the target as invisible. Revert then reland once namespace is removed. Change-Id: I644b272f3d6ea446b8ee6825e03621fe0520a20b
Diffstat (limited to 'test_runner')
-rw-r--r--test_runner/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_runner/Android.bp b/test_runner/Android.bp
index 894ed33f7..91e1c0935 100644
--- a/test_runner/Android.bp
+++ b/test_runner/Android.bp
@@ -29,7 +29,6 @@ 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
@@ -59,7 +58,6 @@ 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