aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-01-06 08:35:50 -0800
committerandroid-build-merger <android-build-merger@google.com>2020-01-06 08:35:50 -0800
commit9a726a08d128f74c0e89fdb95d5747be7ae0277a (patch)
treefbc65879591dd214359807735838c3d9fa73b085
parent6787a064717d659c43e55cd3d506c615da0d469c (diff)
parent7a6bcadee4647cba947cfeebe6bf5459d6192998 (diff)
downloadplatform_external_rust_crates_byteorder-9a726a08d128f74c0e89fdb95d5747be7ae0277a.tar.gz
platform_external_rust_crates_byteorder-9a726a08d128f74c0e89fdb95d5747be7ae0277a.tar.bz2
platform_external_rust_crates_byteorder-9a726a08d128f74c0e89fdb95d5747be7ae0277a.zip
Allow warnings to migrate to rustc-1.40.0
am: 7a6bcadee4 Change-Id: Iaed8540894c33386ef6514d52ca2052fdbe993fc
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
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"],