From 7a6bcadee4647cba947cfeebe6bf5459d6192998 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Thu, 2 Jan 2020 15:44:24 -0800 Subject: Allow warnings to migrate to rustc-1.40.0 rustc-1.40.0 introduces a few warnings, and this code is as a result no longer warning clean. Bug: 146571186 Test: m crosvm.experimental; atest unicode-xid_device_tests_unicode_xid Change-Id: I40ebefd74cf21d9ac4cf36396df835ad755d381d --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 67c1b88..72ef217 100644 --- a/Android.bp +++ b/Android.bp @@ -2,6 +2,7 @@ rust_library_rlib { name: "libbyteorder", + deny_warnings: false, host_supported: true, crate_name: "byteorder", srcs: ["src/lib.rs"], -- cgit v1.2.3