aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2019-09-27 13:56:51 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 13:56:51 -0700
commit12de2a09fa6ef808e7726d1131296268900773ab (patch)
tree3465fd15b9125432bec8d923e34ceeaac8eb3e7b
parent30667aa60c73d40915a7e894cce8a62ef486c33d (diff)
parent76d76578010ad9c0c59351f62dfa83a2f0dc463f (diff)
downloadquote-12de2a09fa6ef808e7726d1131296268900773ab.tar.gz
Allow warnings in some rust modules. am: 6192f02019
am: 76d7657801 Change-Id: I5bf2bc367ed589aae91b436baa486297f88915e2
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 97df3f1..af5bf5e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
rust_library_rlib {
name: "libquote",
+ deny_warnings: false,
host_supported: true,
crate_name: "quote",
srcs: ["src/lib.rs"],