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

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

Change-Id: I8c24e5c7b9f4c49eff0731387b3e62c4a49313dd
This commit is contained in:
Treehugger Robot 2021-04-15 18:58:23 +00:00 committed by Automerger Merge Worker
commit f7c4f3b94b

View file

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