Update module with host_cross_supported am: 851bc5a90d
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/proc-macro2/+/3181040
Change-Id: Icb72f4c7ba6f3b168c6cbb8c772deb1b20d9346c
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index e3d6582..3508564 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,6 +41,7 @@
rust_library_host {
name: "libproc_macro2",
+ host_cross_supported: false,
crate_name: "proc_macro2",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",
@@ -62,6 +63,7 @@
rust_test_host {
name: "proc-macro2_test_tests_comments",
+ host_cross_supported: false,
crate_name: "comments",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",
@@ -92,6 +94,7 @@
rust_test_host {
name: "proc-macro2_test_tests_features",
+ host_cross_supported: false,
crate_name: "features",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",
@@ -122,6 +125,7 @@
rust_test_host {
name: "proc-macro2_test_tests_marker",
+ host_cross_supported: false,
crate_name: "marker",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",
@@ -152,6 +156,7 @@
rust_test_host {
name: "proc-macro2_test_tests_test",
+ host_cross_supported: false,
crate_name: "test",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",
@@ -182,6 +187,7 @@
rust_test_host {
name: "proc-macro2_test_tests_test_fmt",
+ host_cross_supported: false,
crate_name: "test_fmt",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",
@@ -212,6 +218,7 @@
rust_test_host {
name: "proc-macro2_test_tests_test_size",
+ host_cross_supported: false,
crate_name: "test_size",
cargo_env_compat: true,
cargo_pkg_version: "1.0.69",