mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-17 23:26:13 -08:00
9 lines
120 B
Rust
9 lines
120 B
Rust
use crate::gen::gen_cxx_binding;
|
|
|
|
#[path = "../include/gen.rs"]
|
|
mod gen;
|
|
|
|
fn main() {
|
|
gen_cxx_binding("init-rs");
|
|
}
|