summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 20:29:50 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 20:29:52 +0000
commit12f47a078909b9c46f5b3e1c94ab5d3c4f63b129 (patch)
treea5466095368a1fe110e7aa52962ab8bbe2655305
parent72baf88907c8a5232330c99dc3a6b5e58bd6f233 (diff)
downloadpin-project-internal-12f47a078909b9c46f5b3e1c94ab5d3c4f63b129.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: Icda731e62104bd716f5023068849e4d60f00b2e5 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 195e52f..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,9 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "pin-project-internal_host_test_src_lib"
- }
- ]
-}