mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-27 05:03:34 -08:00
9 lines
132 B
Rust
9 lines
132 B
Rust
use crate::codegen::gen_cxx_binding;
|
|
|
|
#[path = "../include/codegen.rs"]
|
|
mod codegen;
|
|
|
|
fn main() {
|
|
gen_cxx_binding("base-rs");
|
|
}
|