summaryrefslogtreecommitdiff
path: root/startop
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-04 09:18:30 -0800
committerJulien Desprez <jdesprez@google.com>2021-02-04 09:18:30 -0800
commit5829ccc65d0103dc2b57b98d2f4dda9b1c5db607 (patch)
treef62f9c6d9e5e994de73cce25e09b160922cdfedf /startop
parent4a3d05551a668ba9622a39a71d02a4c8b7eba5cb (diff)
Remove TEST_MAPPING entry based on go/a-unit-tests update
cc_test_host now all run in presubmit without any need for explicit TEST_MAPPING Test: presubmit Bug: 177450457 Change-Id: I3dbc4aaa99237dfebf9604ef1e7b31fd88741b1e
Diffstat (limited to 'startop')
-rw-r--r--startop/view_compiler/Android.bp1
-rw-r--r--startop/view_compiler/TEST_MAPPING4
2 files changed, 0 insertions, 5 deletions
diff --git a/startop/view_compiler/Android.bp b/startop/view_compiler/Android.bp
index 7cc233b2439e..cac7b82adc2c 100644
--- a/startop/view_compiler/Android.bp
+++ b/startop/view_compiler/Android.bp
@@ -84,7 +84,6 @@ cc_test_host {
static_libs: [
"libviewcompiler",
],
- test_suites: ["general-tests"],
}
cc_binary_host {
diff --git a/startop/view_compiler/TEST_MAPPING b/startop/view_compiler/TEST_MAPPING
index 5f7d3f99ae81..791e47105ff9 100644
--- a/startop/view_compiler/TEST_MAPPING
+++ b/startop/view_compiler/TEST_MAPPING
@@ -10,10 +10,6 @@
"include-filter": "android.view.cts.PrecompiledLayoutTest"
}
]
- },
- {
- "name": "view-compiler-tests",
- "host": true
}
]
}