aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-07-07 00:51:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-07 00:51:01 +0000
commitfd0f8e8b3017d8fc74b79a370e979d2b9c35a536 (patch)
tree6e3091b8498f8e4e9ae727c9be8ba04738b4b909
parent5bd47739b9fb11240cd7fac49eac1413e711542e (diff)
parentd06e9a557cee7adbf269f522c819f028bed656d1 (diff)
downloadproc-macro-hack-fd0f8e8b3017d8fc74b79a370e979d2b9c35a536.tar.gz
Support building all variants. am: 80f4b39003 am: d06e9a557c
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/proc-macro-hack/+/1356128 Change-Id: I7633fc5275c8a3099e6f3805c2f02c5ec80e81f6
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c8253df..909135a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,7 +5,7 @@ rust_proc_macro {
crate_name: "proc_macro_hack",
srcs: ["src/lib.rs"],
edition: "2018",
- rlibs: [
+ rustlibs: [
"libproc_macro2",
"libquote",
"libsyn",