summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:06:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:06:17 +0000
commit06e00a1b62ad9b83f6616552efb78728a7a91a96 (patch)
tree30213169e4773c9fe221936a65ae5a689056b021
parentd94476737ff438f29dabf3ad03ffb2ccf7ca1a26 (diff)
parentee86670715b2f28028e6c270e07dcbd56882c5ec (diff)
downloadpercent-encoding-android-13.0.0_r10.tar.gz
Change-Id: I193bb7609b48e6ebaa2cba151ea6335c91abe0ff
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING21
2 files changed, 13 insertions, 10 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
index be39865..407ec5c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,20 +1,21 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
- {
- "name": "doh_unit_test"
- },
+ "imports": [
{
- "name": "quiche_device_test_src_lib"
+ "path": "external/rust/crates/quiche"
},
{
- "name": "url_device_test_src_lib"
- },
+ "path": "external/rust/crates/url"
+ }
+ ],
+ "presubmit": [
{
- "name": "url_device_test_tests_data"
- },
+ "name": "doh_unit_test"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "url_device_test_tests_unit"
+ "name": "doh_unit_test"
}
]
}