summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-29 17:24:14 -0700
committerHaibo Huang <hhb@google.com>2020-09-29 17:24:14 -0700
commitf2a694b71a70c258be93549464a686b5c8952da1 (patch)
tree69e46fa116b3825bcdf7a74834fa37f5c95916d3 /Android.bp
parent70d188b184c011dde888d0c8db353d613145ec5c (diff)
downloadproc-macro-error-attr-f2a694b71a70c258be93549464a686b5c8952da1.tar.gz
Upgrade rust/crates/proc-macro-error-attr to 1.0.4
Test: make Change-Id: I1b773559909dad75543a4d01fbadb69aaa9c05e8
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 1 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 4b2ac70..c2a35e2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -8,8 +8,6 @@ rust_proc_macro {
rustlibs: [
"libproc_macro2",
"libquote",
- "libsyn",
- "libsyn_mid",
],
compile_multilib: "first",
}
@@ -24,15 +22,11 @@ rust_test_host {
rustlibs: [
"libproc_macro2",
"libquote",
- "libsyn",
- "libsyn_mid",
],
}
// dependent_library ["feature_list"]
-// proc-macro2-1.0.19 "default,proc-macro"
+// proc-macro2-1.0.23 "default,proc-macro"
// quote-1.0.7 "default,proc-macro"
-// syn-1.0.36 "derive,parsing,printing,proc-macro,quote"
-// syn-mid-0.5.0
// unicode-xid-0.2.1 "default"
// version_check-0.9.2