aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-24 15:14:02 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-24 15:14:02 -0700
commit6f7168d16c07b4eb011d05ab27936801fe267bb5 (patch)
tree03e0f3547135aad7d468690973a851926e1b0806
parent72aec0a5ba92308951e24c306c2c7b2cfaf9abe9 (diff)
parente9c390f720fea69c4c416123d1efef45243e47bc (diff)
downloadremain-6f7168d16c07b4eb011d05ab27936801fe267bb5.tar.gz
Remove host_supported property. am: 776ba3a1e2 am: f8b2601e37
am: e9c390f720 Change-Id: I2641e3ae8cd4b6dd186d6f2a21127aea3a2b09ae
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 300b29c..3570fd9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,7 +3,6 @@ rust_proc_macro {
crate_name: "remain",
srcs: ["src/lib.rs",],
edition: "2018",
- host_supported: true,
rlibs: [
"libquote",
"libsyn",