mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 23:11:59 +00:00
Skip loading Magisk when detecting DSU
Fix #4402 Co-authored-by: topjohnwu <topjohnwu@gmail.com>
This commit is contained in:
@@ -38,6 +38,7 @@ extern std::vector<std::string> mount_list;
|
||||
|
||||
bool unxz(int fd, const uint8_t *buf, size_t size);
|
||||
void load_kernel_info(BootConfig *config);
|
||||
bool is_dsu();
|
||||
bool check_two_stage();
|
||||
void setup_klog();
|
||||
const char *backup_init();
|
||||
|
||||
Reference in New Issue
Block a user