aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-14 18:32:59 +0000
committerAndrew Walbran <qwandor@google.com>2023-11-14 18:32:59 +0000
commit78fa11840654871581d9b44068d1c00e4c9c4018 (patch)
treeb15c0eb31d942da956e3d6044c9f5abb7572fccd
parentbb43521003d51b97ac86a9f7b9adbcaeb6e1c8b4 (diff)
downloadproc-macro2-78fa11840654871581d9b44068d1c00e4c9c4018.tar.gz
Re-run cargo2android.py.
Test: Presubmit Change-Id: I1eeaa1393492bde88bbb68d0a105ac65ffbcff02
-rw-r--r--Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 4222426..ab29b5f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -41,7 +41,7 @@ rust_library_host {
name: "libproc_macro2",
crate_name: "proc_macro2",
cargo_env_compat: true,
- cargo_pkg_version: "1.0.66",
+ cargo_pkg_version: "1.0.69",
srcs: ["src/lib.rs"],
edition: "2021",
features: [
@@ -50,6 +50,7 @@ rust_library_host {
"span-locations",
],
cfgs: [
+ "proc_macro_span",
"span_locations",
"wrap_proc_macro",
],
@@ -57,15 +58,13 @@ rust_library_host {
"libunicode_ident",
],
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}
rust_defaults {
name: "proc-macro2_test_defaults",
crate_name: "proc_macro2",
cargo_env_compat: true,
- cargo_pkg_version: "1.0.66",
+ cargo_pkg_version: "1.0.69",
test_suites: ["general-tests"],
auto_gen_config: true,
edition: "2021",
@@ -75,6 +74,7 @@ rust_defaults {
"span-locations",
],
cfgs: [
+ "proc_macro_span",
"span_locations",
"wrap_proc_macro",
],