summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:23:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:23:16 +0000
commitc34887e9b86979013a213fbf3957928b66a3b921 (patch)
tree30213169e4773c9fe221936a65ae5a689056b021
parent91b18b36827744ffd26da5ee18e74954866d3a63 (diff)
parentee86670715b2f28028e6c270e07dcbd56882c5ec (diff)
downloadpercent-encoding-aml_art_331813100.tar.gz
Change-Id: I2c56c7a889d924c0bd3d2ace2bf8d128a522fd65
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING21
2 files changed, 23 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1d2ef2f..58d499f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,6 +44,8 @@ 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
new file mode 100644
index 0000000..407ec5c
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,21 @@
+// 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"
+ }
+ ]
+}