Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e89a35a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Do not populate `ro.kernel.` properties in init"

parents afe3212a f4adb894
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1187,8 +1187,6 @@ static void ProcessKernelCmdline() {
        if (StartsWith(key, ANDROIDBOOT_PREFIX)) {
        if (StartsWith(key, ANDROIDBOOT_PREFIX)) {
            InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value);
            InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value);
        } else if (StartsWith(key, qemu_prefix)) {
        } else if (StartsWith(key, qemu_prefix)) {
            InitPropertySet("ro.kernel." + key, value);  // emulator specific, deprecated

            // emulator specific, should be retired once emulator migrates to
            // emulator specific, should be retired once emulator migrates to
            // androidboot.
            // androidboot.
            const auto new_name =
            const auto new_name =