mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-23 07:29:07 -08:00
Change some class names
This commit is contained in:
@@ -220,7 +220,7 @@ int main(int argc, char *argv[]) {
|
||||
else if (access("/apex", F_OK) == 0)
|
||||
init = make_unique<AFirstStageInit>(argv, &cmd);
|
||||
else
|
||||
init = make_unique<LegacyInit>(argv, &cmd);
|
||||
init = make_unique<RootFSInit>(argv, &cmd);
|
||||
}
|
||||
|
||||
// Run the main routine
|
||||
|
||||
Reference in New Issue
Block a user