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

Commit f7c4f3b9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not populate `ro.kernel.` properties in init" am: 5e89a35a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1676728

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

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