commit | 9a726a08d128f74c0e89fdb95d5747be7ae0277a | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Mon Jan 06 08:35:50 2020 -0800 |
committer | android-build-merger <[email protected]> | Mon Jan 06 08:35:50 2020 -0800 |
tree | fbc65879591dd214359807735838c3d9fa73b085 | |
parent | 6787a064717d659c43e55cd3d506c615da0d469c [diff] | |
parent | 7a6bcadee4647cba947cfeebe6bf5459d6192998 [diff] |
Allow warnings to migrate to rustc-1.40.0 am: 7a6bcadee4 Change-Id: Iaed8540894c33386ef6514d52ca2052fdbe993fc
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"],