Use our own device nodes for mirrors

This commit is contained in:
topjohnwu
2019-04-07 23:03:49 -04:00
parent bc286fd4d3
commit dab32e1599
3 changed files with 17 additions and 22 deletions

View File

@ -11,6 +11,7 @@
#define DISABLEFILE "/cache/.disable_magisk"
#define MAGISKTMP "/sbin/.magisk"
#define MIRRDIR MAGISKTMP "/mirror"
#define BLOCKDIR MAGISKTMP "/block"
#define BBPATH MAGISKTMP "/busybox"
#define MODULEMNT MAGISKTMP "/modules"
#define SECURE_DIR "/data/adb"