aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2019-11-14 10:44:47 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-14 10:44:47 -0800
commitbc76ba87ac2d9c3038ee55e5fcf71b3e31d0f66e (patch)
tree7b26226cc7d1c9ef219d338d4599a0142a514ad2
parent59b87343f2a679a11f6d47e7eceae32fff01959e (diff)
parent4232727a593e4ce7506fce3b31d35759142802c6 (diff)
downloadquote-bc76ba87ac2d9c3038ee55e5fcf71b3e31d0f66e.tar.gz
Make crates depending on proc-macro host-onlyandroid-r-preview-1
am: 4232727a59 Change-Id: I2a172a6fa91b42d8c79048749b9491ebb2886c45
-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",