mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
Use real system_root mirror
This commit is contained in:
@ -28,7 +28,9 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
extern char *system_block, *vendor_block, *data_block;
|
||||
extern char *system_block;
|
||||
extern char *vendor_block;
|
||||
extern char *data_block;
|
||||
|
||||
static int inotify_fd = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user