aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-10 20:38:59 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-10 20:39:02 +0000
commit7b41568a637e2d07e62738b7299ac1ac4e0f73e5 (patch)
treeacf37f831d4ca15fe5e2d0b4541fd097b346a3de
parente0cc5d5a1de2038e55acc4bff322a0018f66ed63 (diff)
downloadlibchromeos-rs-7b41568a637e2d07e62738b7299ac1ac4e0f73e5.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: I9751d60b4fc08e2c9b0023daf2bea9eabb653891 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 9882312..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,13 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "host": true,
- "name": "libchromeos-rs_host_test_src_lib"
-// Presubmit tries to run x86, but we only support 64-bit builds.
-// },
-// {
-// "name": "libchromeos-rs_device_test_src_lib"
- }
- ]
-}