mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-14 05:47:07 -08:00
9 lines
117 B
Rust
9 lines
117 B
Rust
use crate::gen::gen_cxx_binding;
|
|
|
|
#[path = "../base/gen.rs"]
|
|
mod gen;
|
|
|
|
fn main() {
|
|
gen_cxx_binding("core-rs");
|
|
}
|