commit | 6192f02019c39356d8110888aeb53d7da9687387 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 26 19:20:55 2019 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Sep 26 19:20:55 2019 -0700 |
tree | 3465fd15b9125432bec8d923e34ceeaac8eb3e7b | |
parent | bafeb3fe67a7e23afb22c4876ebe00068bd8e603 [diff] |
Allow warnings in some rust modules. Bug: 141699953 Test: mm in projects with Rust modules Change-Id: If8ea104fbcee00532980a254fd3586abdde44d42
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"],