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

Commit 7f647a23 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 am:...

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

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

Change-Id: I136d3529e90f8f2ba869ac79da5d1cf54409f9de
parents 67d86aab ff435d89
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 =