Magisk/native/src/include/consts.rs

9 lines
171 B
Rust
Raw Normal View History

2023-05-24 04:30:30 +00:00
// Expose constant strings as macros so that we can use concat!() on these values
#[macro_export]
macro_rules! LOGFILE {
() => {
"/cache/magisk.log"
};
}