summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING21
2 files changed, 0 insertions, 23 deletions
diff --git a/Android.bp b/Android.bp
index 58d499f..1d2ef2f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,8 +44,6 @@ rust_library {
name: "libpercent_encoding",
host_supported: true,
crate_name: "percent_encoding",
- cargo_env_compat: true,
- cargo_pkg_version: "2.1.0",
srcs: ["lib.rs"],
edition: "2015",
apex_available: [
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 407ec5c..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,21 +0,0 @@
-// Generated by update_crate_tests.py for tests that depend on this crate.
-{
- "imports": [
- {
- "path": "external/rust/crates/quiche"
- },
- {
- "path": "external/rust/crates/url"
- }
- ],
- "presubmit": [
- {
- "name": "doh_unit_test"
- }
- ],
- "presubmit-rust": [
- {
- "name": "doh_unit_test"
- }
- ]
-}