userspace: add susfsd to /data/adb/ksu/bin

This commit is contained in:
Rifat Azad
2025-01-02 20:40:42 +06:00
parent 01eb351c5d
commit e225b6e7d4
13 changed files with 55 additions and 50 deletions
+1
View File
@@ -8,6 +8,7 @@ use crate::{defs::BINARY_DIR, utils};
pub const RESETPROP_PATH: &str = concatcp!(BINARY_DIR, "resetprop");
pub const BUSYBOX_PATH: &str = concatcp!(BINARY_DIR, "busybox");
pub const BOOTCTL_PATH: &str = concatcp!(BINARY_DIR, "bootctl");
pub const SUSFSD_PATH: &str = concatcp!(BINARY_DIR, "susfsd");
#[cfg(all(target_arch = "x86_64", target_os = "android"))]
#[derive(RustEmbed)]