Skip to content

Commit

Permalink
zygisk_node: skip magisk32 if 64bit zygote only
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 authored and topjohnwu committed Aug 22, 2024
1 parent 1dc723f commit f723ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/src/core/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ class zygisk_node : public node_entry {
const string src = get_magisk_tmp() + "/magisk"s;
(void) is64bit;
#endif
if (access(src.data(), F_OK))
return;
create_and_mount("zygisk", src, true);
}

Expand Down

0 comments on commit f723ef1

Please sign in to comment.