mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-13 18:42:03 +00:00
Move some global state into Rust
This commit is contained in:
@@ -20,3 +20,10 @@ macro_rules! LOG_PIPE {
|
||||
concat!($crate::INTLROOT!(), "/log")
|
||||
};
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! MAIN_CONFIG {
|
||||
() => {
|
||||
concat!($crate::INTLROOT!(), "/config")
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user