You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Move MagiskInit::check_two_stage to rust
This commit is contained in:
@@ -88,6 +88,5 @@ pub mod ffi {
|
||||
unsafe fn patch_sepolicy(self: &MagiskInit, in_: *const c_char, out: *const c_char);
|
||||
fn hijack_sepolicy(self: &mut MagiskInit) -> bool;
|
||||
fn backup_init(self: &MagiskInit) -> *const c_char;
|
||||
fn check_two_stage(self: &MagiskInit) -> bool;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user