Snap for 8570526 from ee86670715b2f28028e6c270e07dcbd56882c5ec to mainline-networking-release Change-Id: I4c0e98772eeb5e8b238fd4aa70adcbcf600ccb1d
diff --git a/Android.bp b/Android.bp index 1d2ef2f..58d499f 100644 --- a/Android.bp +++ b/Android.bp
@@ -44,6 +44,8 @@ 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" + } + ] +}