Loading libs/binder/rust/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ rust_library { "//apex_available:platform", "com.android.virt", ], lints: "none", clippy_lints: "none", } rust_bindgen { Loading libs/binder/rust/sys/lib.rs +0 −8 Original line number Diff line number Diff line Loading @@ -16,14 +16,6 @@ //! Generated Rust bindings to libbinder_ndk #![allow( non_camel_case_types, non_snake_case, non_upper_case_globals, unused, improper_ctypes, missing_docs )] use std::error::Error; use std::fmt; Loading Loading
libs/binder/rust/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,8 @@ rust_library { "//apex_available:platform", "com.android.virt", ], lints: "none", clippy_lints: "none", } rust_bindgen { Loading
libs/binder/rust/sys/lib.rs +0 −8 Original line number Diff line number Diff line Loading @@ -16,14 +16,6 @@ //! Generated Rust bindings to libbinder_ndk #![allow( non_camel_case_types, non_snake_case, non_upper_case_globals, unused, improper_ctypes, missing_docs )] use std::error::Error; use std::fmt; Loading