ksud: catch bootlog when post-fs-data

This commit is contained in:
tiann
2023-04-15 17:38:49 +08:00
parent c969ff4011
commit 71216b1458
2 changed files with 43 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ use const_format::concatcp;
pub const ADB_DIR: &str = "/data/adb/";
pub const WORKING_DIR: &str = concatcp!(ADB_DIR, "ksu/");
pub const BINARY_DIR: &str = concatcp!(WORKING_DIR, "bin/");
pub const LOG_DIR: &str = concatcp!(WORKING_DIR, "log/");
pub const KSURC_PATH: &str = concatcp!(WORKING_DIR, ".ksurc");
pub const KSU_OVERLAY_SOURCE: &str = "KSU";