Maintain our own set of loop devices

This commit is contained in:
topjohnwu
2018-07-07 01:32:58 +08:00
parent 23c2e22910
commit 1283167595
3 changed files with 32 additions and 11 deletions

View File

@@ -19,6 +19,7 @@
#define UNBLOCKFILE "/dev/.magisk.unblock"
#define DISABLEFILE "/cache/.disable_magisk"
#define MAGISKTMP "/sbin/.core"
#define BLOCKDIR MAGISKTMP "/block"
#define MIRRDIR MAGISKTMP "/mirror"
#define BBPATH MAGISKTMP "/busybox"
#define MOUNTPOINT MAGISKTMP "/img"