aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 17:04:44 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 17:04:46 +0000
commitf39b365ab0c436bd6ef8326b18ae0662dc093fe7 (patch)
treec583a7cb4e6b4c79a3bdaa6fd94cadb7d288d8d2
parent49f37ac424d7df1f8ee1989d8f3b5ceb6b6a9ea0 (diff)
downloadbytes-f39b365ab0c436bd6ef8326b18ae0662dc093fe7.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: Ic725d397a4e3b0056a78ac45d581e77b4df33f00 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 13816d7..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,13 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "protobuf-codegen_host_test_src_lib"
- },
- {
- "host": true,
- "name": "tokio-macros_host_test_src_lib"
- }
- ]
-}