Change some class names

This commit is contained in:
topjohnwu
2019-09-22 05:20:51 -04:00
parent ee0cef06a6
commit a52a3e38ed
4 changed files with 18 additions and 18 deletions

View File

@@ -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