You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Label current SAR impl as compat
The current system-as-root magiskinit implementation (converting root directory in system partition to legacy rootfs setup) is now considered as backwards compatible only. The new implementation that is hide and Android Q friendly is coming soon.
This commit is contained in:
@@ -118,7 +118,7 @@ void LegacyInit::early_mount() {
|
||||
mount_root(odm);
|
||||
}
|
||||
|
||||
void SARInit::early_mount() {
|
||||
void SARCompatInit::early_mount() {
|
||||
char partname[32];
|
||||
char fstype[32];
|
||||
char block_dev[64];
|
||||
|
||||
Reference in New Issue
Block a user