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

Commit c98800e5 authored by Chris Wailes's avatar Chris Wailes
Browse files

Update Android for Rust 1.81.0

Test: m rust
Bug: 364333811
Change-Id: I2507e4fee689e15147e48d525be473821dbe9268
parent a5744474
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ pub use input::{DeviceId, MotionAction, MotionFlags, Source};
pub use input_verifier::InputVerifier;

#[cxx::bridge(namespace = "android::input")]
#[allow(clippy::needless_maybe_sized)]
#[allow(unsafe_op_in_unsafe_fn)]
mod ffi {
    #[namespace = "android"]