commit | 3160ce9251bed13997ce4356f81d7da0a7438a76 | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Thu Apr 29 20:54:39 2021 +0200 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Thu Apr 29 20:54:39 2021 +0200 |
tree | c53d512dafe9944752089887d4ed8544db1c88d3 | |
parent | 82261324f24bc43e30e12476f242d63397858df0 [diff] [blame] |
Disable lints on generated libbinder_ndk_sys Test: m libbinder_ndk_sys Change-Id: I64825bd35f52b56331f7210bacb4e46fbb41e95e
diff --git a/libs/binder/rust/Android.bp b/libs/binder/rust/Android.bp index 57c9013..49d3401 100644 --- a/libs/binder/rust/Android.bp +++ b/libs/binder/rust/Android.bp
@@ -50,6 +50,8 @@ "//apex_available:platform", "com.android.virt", ], + lints: "none", + clippy_lints: "none", } rust_bindgen {