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

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

Change-Id: I136d3529e90f8f2ba869ac79da5d1cf54409f9de
This commit is contained in:
Treehugger Robot 2021-04-15 20:09:41 +00:00 committed by Automerger Merge Worker
commit 7f647a232a
1 changed files with 0 additions and 2 deletions

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 =