mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-01 05:55:26 +00: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("base-rs");
|
|
}
|