aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-11 02:19:01 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-11 02:19:05 +0000
commit0bf8e188a2919b80b4a06a26a5f72f652c9e1d54 (patch)
tree7fa35d68d99768e9e0c059098be097e32979c9d7
parent4352eebc5fbf8c39c618acb0dcf28c4764f053e0 (diff)
downloaddowncast-rs-0bf8e188a2919b80b4a06a26a5f72f652c9e1d54.tar.gz
Clean up rust_test_host TEST_MAPPING after default update
After b/177689340, rust_test_host doesn't need TEST_MAPPING config anymore to run in presubmit. Change-Id: I387b4dc7dd4dd71c766ebad3bc3c6a875c10ab96 Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING29
1 files changed, 0 insertions, 29 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index f5e4ba8..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,29 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "name": "downcast-rs_host_test_src_lib",
- "host": true
-// Presubmit tries to run x86, but we only support 64-bit builds.
-// },
-// {
-// "name": "downcast-rs_device_test_src_lib"
- },
- {
- "name": "downcast-rs_host_test_tests_import_via_macro_use",
- "host": true
-// Presubmit tries to run x86, but we only support 64-bit builds.
-// },
-// {
-// "name": "downcast-rs_device_test_tests_import_via_macro_use"
- },
- {
- "name": "downcast-rs_host_test_tests_use_via_namespace",
- "host": true
-// Presubmit tries to run x86, but we only support 64-bit builds.
-// },
-// {
-// "name": "downcast-rs_device_test_tests_use_via_namespace"
- }
- ]
-}