summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2021-02-16 16:58:53 +0000
committerJulien Desprez <jdesprez@google.com>2021-02-16 16:58:55 +0000
commit7674aa2bc2f87f49316a2e5accc230dd93a33e9d (patch)
tree4ec3849d42ab992556d9551e3118ab08a3f4cc70
parentb7b5f34874b5d6f360a7fedb3ee4663a731f6bf6 (diff)
downloadadhd-7674aa2bc2f87f49316a2e5accc230dd93a33e9d.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: I4d77bd5671af276f7bfa28be162fa303dd5f1788 Test: presubmit Bug: 178646865
-rw-r--r--cras/client/libcras/TEST_MAPPING13
1 files changed, 0 insertions, 13 deletions
diff --git a/cras/client/libcras/TEST_MAPPING b/cras/client/libcras/TEST_MAPPING
deleted file mode 100644
index e8ffe50a..00000000
--- a/cras/client/libcras/TEST_MAPPING
+++ /dev/null
@@ -1,13 +0,0 @@
-// Generated by cargo2android.py for tests in Android.bp
-{
- "presubmit": [
- {
- "name": "libcras_host_test_src_libcras",
- "host": true
-// Presubmit tries to run x86, but we only support 64-bit builds.
-// },
-// {
-// "name": "libcras_device_test_src_libcras"
- }
- ]
-}