mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-28 20:45:24 +00:00
362eea741f
Co-authored-by: LoveSy <shana@zju.edu.cn>
11 lines
138 B
Rust
11 lines
138 B
Rust
pub use logging::*;
|
|
|
|
mod logging;
|
|
|
|
#[cxx::bridge(namespace = "rust")]
|
|
pub mod ffi2 {
|
|
extern "Rust" {
|
|
fn setup_klog();
|
|
}
|
|
}
|