mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-22 13:17:43 +00:00
zygisk_node: skip magisk32 if 64bit zygote only
This commit is contained in:
@@ -211,6 +211,8 @@ public:
|
||||
const string src = get_magisk_tmp() + "/magisk"s;
|
||||
(void) is64bit;
|
||||
#endif
|
||||
if (access(src.data(), F_OK))
|
||||
return;
|
||||
create_and_mount("zygisk", src, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user