summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-11 20:43:49 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-11 20:43:52 +0000
commit022ce5de1fd13002c5a507fc2117d048046d1b48 (patch)
tree4eccf8996bec4de78598cbd429264d7f5e0f9e5e
parentc16ad1e3847b804825ccd294e3ac5e7ba6cce005 (diff)
downloadp9-022ce5de1fd13002c5a507fc2117d048046d1b48.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: Ice2cb5725bbd7e3d17c8d58dc0d118f2e1072265 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 656256d..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,13 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "name": "p9_host_test_src_lib",
- "host": true
-// Presubmit tries to run x86, but we only support 64-bit builds.
-// },
-// {
-// "name": "p9_device_test_src_lib"
- }
- ]
-}