You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
9 lines
134 B
Rust
9 lines
134 B
Rust
use crate::codegen::gen_cxx_binding;
|
|
|
|
#[path = "../include/codegen.rs"]
|
|
mod codegen;
|
|
|
|
fn main() {
|
|
gen_cxx_binding("policy-rs");
|
|
}
|