aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2019-11-14 10:52:13 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-14 10:52:13 -0800
commite174d73a7f7c80b98a22bfb2c4c6af4bed77ec86 (patch)
tree7b26226cc7d1c9ef219d338d4599a0142a514ad2
parent3fa4ca8d5017a7b0d38283607fa7ae110eca13a4 (diff)
parentbc76ba87ac2d9c3038ee55e5fcf71b3e31d0f66e (diff)
downloadplatform_external_rust_crates_quote-e174d73a7f7c80b98a22bfb2c4c6af4bed77ec86.tar.gz
platform_external_rust_crates_quote-e174d73a7f7c80b98a22bfb2c4c6af4bed77ec86.tar.bz2
platform_external_rust_crates_quote-e174d73a7f7c80b98a22bfb2c4c6af4bed77ec86.zip
Make crates depending on proc-macro host-only am: 4232727a59android-r-preview-4android-r-preview-3android-r-preview-2
am: bc76ba87ac Change-Id: Iea9f48fe5966519e50ea18301638947ce356ae25
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 63ec66d..2a3cb09 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,7 @@
// This file is generated by cargo2android.py.
-rust_library_rlib {
+rust_library_host_rlib {
name: "libquote",
- host_supported: true,
crate_name: "quote",
srcs: ["src/lib.rs"],
edition: "2018",