summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:31:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-25 12:31:50 +0000
commit109ab9b118b08c297c1a5ad8134e67ba310c5e3f (patch)
tree6d4fa9382aaa915f8b4d15c553b86795035e31a3
parentfaa06f84a6f3be23b8efc91d9b45ad2c228d70e9 (diff)
parent39ec5f1a3b09152436701de9f0fab44f9e600112 (diff)
downloadform_urlencoded-android13-mainline-go-cellbroadcast-release.tar.gz
Snap for 8358640 from 39ec5f1a3b09152436701de9f0fab44f9e600112 to mainline-go-cellbroadcast-releaseaml_go_cbr_330912000android13-mainline-go-cellbroadcast-release
Change-Id: Ia5f59ccd7fdd53f8bcb9d2f7fc46ad3e86cf3195
-rw-r--r--Android.bp6
-rw-r--r--TEST_MAPPING18
2 files changed, 13 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index 8e9044a..ca5cb84 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,6 +44,8 @@ rust_library {
name: "libform_urlencoded",
host_supported: true,
crate_name: "form_urlencoded",
+ cargo_env_compat: true,
+ cargo_pkg_version: "1.0.1",
srcs: ["src/lib.rs"],
edition: "2018",
rustlibs: [
@@ -56,7 +58,3 @@ rust_library {
],
min_sdk_version: "29",
}
-
-// dependent_library ["feature_list"]
-// matches-0.1.8
-// percent-encoding-2.1.0
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 8f984d7..407ec5c 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,17 +1,21 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "url_device_test_src_lib"
+ "path": "external/rust/crates/quiche"
},
{
- "name": "quiche_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"
}
]
}