Skip to content

Commit

Permalink
fix 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsasda authored Oct 24, 2024
1 parent acfd627 commit 443f89d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loader/src/injector/jni_hooks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ void *nativeForkAndSpecialize_orig = nullptr;
jboolean mount_data_dirs, jboolean mount_storage_dirs, jboolean mount_sysprop_overrides, jlongArray _9
) {
AppSpecializeArgs_v5 args(uid, gid, gids, runtime_flags, rlimits, mount_external, se_info, nice_name, instruction_set, app_data_dir);
args.fds_to_ignore = &fds_to_close;
args.fds_to_ignore = &fds_to_ignore;
args.is_child_zygote = &is_child_zygote;
args.is_top_app = &is_top_app;
Expand Down

0 comments on commit 443f89d

Please sign in to comment.