aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 23:57:15 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 23:57:18 +0000
commit6aea16abde398cf8864b5e570b1d6a689c152bbb (patch)
treed38654c8ad846f51e7887a318da231a98f06fd98
parent6ffa1388f460307c1165faee7cbe1071245c9b3f (diff)
downloadmio-6aea16abde398cf8864b5e570b1d6a689c152bbb.tar.gz
Clean up rust_test_host TEST_MAPPING after default updateandroid-s-preview-1
After b/177689340, rust_test_host doesn't need TEST_MAPPING config anymore to run in presubmit. Change-Id: I1c811361e3e4a294bb9b1fc594be77b9a4a070bd Test: presubmit Bug: 178646865
-rw-r--r--TEST_MAPPING9
1 files changed, 0 insertions, 9 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index d64ac43..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "tokio-macros_host_test_src_lib"
- }
- ]
-}