summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-11 20:38:47 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-11 20:38:50 +0000
commitab7dbba14cb0368acdba10f72bcbeb3641a1e25d (patch)
treec74d6bcee92d8aaf1b2901127ea8d21af08be0c8
parentdd98c3d6b480c56b50af7657604328f12c554666 (diff)
downloadproc-macro-error-attr-ab7dbba14cb0368acdba10f72bcbeb3641a1e25d.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: I655724ebb303715b760232b7aa94cb0a64ef59e3 Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING13
1 files changed, 0 insertions, 13 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index f890bf7..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,13 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "proc-macro-error-attr_host_test_src_lib"
- },
- {
- "host": true,
- "name": "structopt-derive_host_test_src_lib"
- }
- ]
-}