mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 18:12:36 +00:00
Add missing specialize arguments
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#define ZYGISK_API_VERSION 2
|
||||
#define ZYGISK_API_VERSION 3
|
||||
|
||||
/*
|
||||
|
||||
@@ -98,6 +98,7 @@ struct AppSpecializeArgs {
|
||||
jint &gid;
|
||||
jintArray &gids;
|
||||
jint &runtime_flags;
|
||||
jobjectArray &rlimits;
|
||||
jint &mount_external;
|
||||
jstring &se_info;
|
||||
jstring &nice_name;
|
||||
@@ -105,6 +106,7 @@ struct AppSpecializeArgs {
|
||||
jstring &app_data_dir;
|
||||
|
||||
// Optional arguments. Please check whether the pointer is null before de-referencing
|
||||
jintArray *const fds_to_ignore;
|
||||
jboolean *const is_child_zygote;
|
||||
jboolean *const is_top_app;
|
||||
jobjectArray *const pkg_data_info_list;
|
||||
|
||||
Reference in New Issue
Block a user