Skip loading Magisk when detecting DSU

Fix #4402

Co-authored-by: topjohnwu <topjohnwu@gmail.com>
This commit is contained in:
LoveSy
2021-12-29 13:04:09 +08:00
committed by GitHub
parent 3d88dd3123
commit 62ef8ade8f
3 changed files with 29 additions and 1 deletions

View File

@@ -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();