Fully deprecate <mount_point>/.core folder

Symlinks are preserved for backwards compatibility
This commit is contained in:
topjohnwu
2018-11-15 22:55:28 -05:00
parent ee4548230b
commit 572e078d87
4 changed files with 49 additions and 42 deletions

View File

@@ -17,7 +17,7 @@
#define MIRRDIR MAGISKTMP "/mirror"
#define BBPATH MAGISKTMP "/busybox"
#define MOUNTPOINT MAGISKTMP "/img"
#define COREDIR MOUNTPOINT "/.core"
#define LEGACY_CORE MOUNTPOINT "/.core"
#define SECURE_DIR "/data/adb"
#define MAINIMG SECURE_DIR "/magisk.img"
#define DATABIN SECURE_DIR "/magisk"