Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f371f30 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Automerger Merge Worker
Browse files

Merge "Disable lints on generated libbinder_ndk_sys" am: 61181477 am:...

Merge "Disable lints on generated libbinder_ndk_sys" am: 61181477 am: a73e20aa am: 781592e2 am: f938c300

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1690768

Change-Id: I5463c7e160826ef2d31afb3224517f283378f061
parents 7a4c77cf f938c300
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@ rust_library {
        "//apex_available:platform",
        "com.android.virt",
    ],
    lints: "none",
    clippy_lints: "none",
}

rust_bindgen {
+0 −8
Original line number Diff line number Diff line
@@ -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;