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:
topjohnwu
2019-06-22 03:18:45 -07:00
parent cfec0db947
commit 1058aeb04f
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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];